Skip to content

Commit

Permalink
i18n.md: Remove Rails versions from Traco link
Browse files Browse the repository at this point in the history
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
  • Loading branch information
henrik authored and georgeclaghorn committed Nov 4, 2019
1 parent 8ec75a1 commit 62b4383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit 62b4383

Please sign in to comment.