diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-10-10 13:21:22 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-10-10 13:21:22 +0100 |
commit | 189c7c80c9e56d09d8dd441a924d687aa2b9ed5e (patch) | |
tree | 8aac4844a602458276b8d61f8482b31bae865d67 /config/environment.rb | |
parent | 247a24cde3954b7f7b3cbb2e3b624669b6e6e61d (diff) | |
parent | f6b93d8cb5fbe4e4d2c96bf732f76102d54ce9cd (diff) |
Merge branch 'release/0.4' into develop
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index daeefb615..0af465049 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -130,7 +130,7 @@ end FastGettext.default_available_locales = available_locales I18n.locale = default_locale -I18n.available_locales = available_locales +I18n.available_locales = available_locales.map {|locale_name| locale_name.to_sym} I18n.default_locale = default_locale # Load monkey patches and other things from lib/ |