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
This commit is contained in:
Andy Callaghan 2022-03-11 17:34:44 +00:00
parent 1bca3cc406
commit 15dc5db9da
1 changed files with 1 additions and 1 deletions

View File

@ -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