Description
There are a lot of benefits to internationalization your application, even if you're not ready to translate it.
- Easy editing of text in the app
- Rename columns freely
- Line length is not dependent on text
This app will be internationalized, but we're not ready to translate.
Rails has a built-in Internationalization library, I18n, and supports automatic scoping based on the model, view, or controller. See the Rails guide for more info.
Changes
This is an Epic. Every model, controller, and view gets a story.
We need to turn on missing translation alerts too.
Description
There are a lot of benefits to internationalization your application, even if you're not ready to translate it.
This app will be internationalized, but we're not ready to translate.
Rails has a built-in Internationalization library, I18n, and supports automatic scoping based on the model, view, or controller. See the Rails guide for more info.
Changes
This is an Epic. Every model, controller, and view gets a story.
We need to turn on missing translation alerts too.