mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove reference to globalize gem
This commit is contained in:
parent
948e9d74e3
commit
46b8d343d3
1 changed files with 0 additions and 1 deletions
|
@ -1189,7 +1189,6 @@ The I18n API described in this guide is primarily intended for translating inter
|
||||||
|
|
||||||
Several gems can help with this:
|
Several gems can help with this:
|
||||||
|
|
||||||
* [Globalize](https://github.com/globalize/globalize): Store translations on separate translation tables, one for each translated model
|
|
||||||
* [Mobility](https://github.com/shioyama/mobility): Provides support for storing translations in many formats, including translation tables, json columns (PostgreSQL), etc.
|
* [Mobility](https://github.com/shioyama/mobility): Provides support for storing translations in many formats, including translation tables, json columns (PostgreSQL), etc.
|
||||||
* [Traco](https://github.com/barsoom/traco): Translatable columns stored in the model table itself
|
* [Traco](https://github.com/barsoom/traco): Translatable columns stored in the model table itself
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue