From 15dc5db9daa77d54122598a83f48c1be4b3b41d9 Mon Sep 17 00:00:00 2001 From: Andy Callaghan Date: Fri, 11 Mar 2022 17:34:44 +0000 Subject: [PATCH] Remove unmaintained francesc/rails-translate-routes gem The other two gems here are modern and kept up with modern Rails, and this one hasn't --- 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 c975c985af..9779198fe6 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -272,7 +272,7 @@ get '/:locale' => 'dashboard#index' Do take special care about the **order of your routes**, so this route declaration does not "eat" other ones. (You may want to add it directly before the `root :to` declaration.) -NOTE: Have a look at various gems which simplify working with routes: [routing_filter](https://github.com/svenfuchs/routing-filter/tree/master), [rails-translate-routes](https://github.com/francesc/rails-translate-routes), [route_translator](https://github.com/enriclluelles/route_translator). +NOTE: Have a look at various gems which simplify working with routes: [routing_filter](https://github.com/svenfuchs/routing-filter/tree/master), [route_translator](https://github.com/enriclluelles/route_translator). #### Setting the Locale from User Preferences