Commit 7cf76645cd803aa22038cfd25787a099c7a6e64e
1 parent
64e03235
Exists in
master
and in
29 other branches
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,7 +83,7 @@ end | ||
83 | require 'gettext/rails' | 83 | require 'gettext/rails' |
84 | Noosfero.locales = { | 84 | Noosfero.locales = { |
85 | 'en' => 'English', | 85 | 'en' => 'English', |
86 | - 'pt_BR' => 'Português Brasileiro', | 86 | + 'pt_BR' => 'Português', |
87 | 'fr' => 'Français', | 87 | 'fr' => 'Français', |
88 | } | 88 | } |
89 | # if you want to override this, do it in config/local.rb ! | 89 | # if you want to override this, do it in config/local.rb ! |