1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

i18n.md: Remove Rails versions from Traco link

It is not intended to be limited to only Rails 3 and 4, and currently runs specs against Rails 4.2 to to 5.2: https://github.com/barsoom/traco/blob/master/.travis.yml
This commit is contained in:
Henrik Nyh 2019-11-04 16:38:26 +00:00 committed by George Claghorn
parent 8ec75a142e
commit 62b4383909

View file

@ -1186,7 +1186,7 @@ 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.
* [Traco](https://github.com/barsoom/traco): Translatable columns for Rails 3 and 4, stored in the model table itself
* [Traco](https://github.com/barsoom/traco): Translatable columns stored in the model table itself
Conclusion
----------