diff --git a/guides/source/i18n.md b/guides/source/i18n.md index d6fccadb2814971ac1b4a6ddd8c76d4a88e8ffcc..695f01cf75d684cd50ed79ec7c63110f4aab2cbc 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -1207,7 +1207,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 ----------