# File lib/globalize/active_record/translation.rb, line 23 def translated_locales select('DISTINCT locale').order(:locale).map(&:locale) end