Commit dc6ef1ff008a5e83619cdede785d3a0f8defbca3

Authored by AntonioTerceiro
1 parent 9eb6f1f7

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 81 Noosfero.locales = {
82 82 'en' => 'English',
83 83 'pt_BR' => 'Português Brasileiro',
  84 + 'fr' => 'Français',
84 85 }
85 86 # if you want to override this, do it in config/local.rb !
86 87 Noosfero.default_locale = 'en'
... ...