Commit dc6ef1ff008a5e83619cdede785d3a0f8defbca3
1 parent
9eb6f1f7
Exists in
master
and in
29 other branches
ActionItem392: adding French to the list of supported languages
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1925 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/environment.rb
@@ -81,6 +81,7 @@ require 'gettext/rails' | @@ -81,6 +81,7 @@ require 'gettext/rails' | ||
81 | Noosfero.locales = { | 81 | Noosfero.locales = { |
82 | 'en' => 'English', | 82 | 'en' => 'English', |
83 | 'pt_BR' => 'Português Brasileiro', | 83 | 'pt_BR' => 'Português Brasileiro', |
84 | + 'fr' => 'Français', | ||
84 | } | 85 | } |
85 | # if you want to override this, do it in config/local.rb ! | 86 | # if you want to override this, do it in config/local.rb ! |
86 | Noosfero.default_locale = 'en' | 87 | Noosfero.default_locale = 'en' |