module LanguagesHelper def languages_for_select t('languages').map {|k,v| ["#{t(k, scope: 'flags')} #{v}", k]} end end