MoriTanosuke / FitbitAnalyzr

Simple application that lets you analyze your logged data on http://fitbit.com
http://fitbitanalyzr.herokuapp.com/
2 stars 0 forks source link

i18n the UI texts #17

Open MoriTanosuke opened 12 years ago

MoriTanosuke commented 12 years ago

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 12 years ago

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