Commit 7cf76645cd803aa22038cfd25787a099c7a6e64e

Authored by AntonioTerceiro
1 parent 64e03235

ActionItem645: dropping "Brasileiro" from pt_BR

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2462 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/environment.rb
... ... @@ -83,7 +83,7 @@ end
83 83 require 'gettext/rails'
84 84 Noosfero.locales = {
85 85 'en' => 'English',
86   - 'pt_BR' => 'Português Brasileiro',
  86 + 'pt_BR' => 'Português',
87 87 'fr' => 'Français',
88 88 }
89 89 # if you want to override this, do it in config/local.rb !
... ...