i18n the UI texts
Opened this issue · 1 comments
MoriTanosuke commented
The whole frontend is in english right now, but I want to support different languages. All messages and labels should be i18n'ed later.
MoriTanosuke commented
Started in branch restyle. I try to keep localizations in directory config/locales/
and split them up for each view/controller/model. The docs are at http://guides.rubyonrails.org/i18n.html