# File lib/i18n/backend/active_record/translation.rb, line 76
          def available_locales
            Translation.find(:all, :select => 'DISTINCT locale').map { |t| t.locale.to_sym }
          end