tiy-durham-q3-rails / freeshelf

A network for sharing free programming books.
MIT License
3 stars 13 forks source link

Added I18n to the app #47

Open sebarmano opened 10 years ago

sebarmano commented 10 years ago
cndreisbach commented 10 years ago

After all this hard work, I hesitate to ask, but can you set the forms up the SimpleForm way with I18n?

sebarmano commented 10 years ago

Sure! I don't think is too hard. I just need to move the translations from the files were they are now to the simple form yaml files and delete the extra text in forms.

sebarmano commented 10 years ago

Done. Now all SimpleForm translations have been changed to SimpleForm way. I also added missing translations for settings and fixed a bug that showed the wrong language in form buttons.