Heroku and i18n Problems
- by nvano
i´m having trouble getting i18n to work on heroku.
i set:
I18n.default_locale = :de
in my environment.rb
and the translation is in config/locales/de.yml
works perfect on my local machines but not so on heroku.
on heroku everything is in english.
i don´t think i need a special gem like i18n gem, cause i don´t have it on my local machine either.
maybe anyone has a solution to this?