diff --git a/guides/source/i18n.md b/guides/source/i18n.md index 3d8a2aabbc3d82e2ccf3e7de4e175cd027908fe3..9d9fc05ec7641346743cf8101b7a307c347b897a 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -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 ----------