From 46b8d343d3a2f1b647c8543d486a3bdf6636ad04 Mon Sep 17 00:00:00 2001 From: Youssef Boulkaid Date: Sun, 24 Jan 2021 20:10:09 +0100 Subject: [PATCH] Remove reference to globalize gem --- guides/source/i18n.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/source/i18n.md b/guides/source/i18n.md index 1c5f4e0206..614eb7d303 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -1189,7 +1189,6 @@ The I18n API described in this guide is primarily intended for translating inter 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 stored in the model table itself