From 1f6f2daa26278aa0b28d4033775c9450052b1168 Mon Sep 17 00:00:00 2001 From: Henrik Nyh Date: Mon, 4 Nov 2019 16:38:26 +0000 Subject: [PATCH] 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 --- guides/source/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/i18n.md b/guides/source/i18n.md index d6fccadb28..695f01cf75 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 ---------- -- GitLab