-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Route translation feature
bricesanchez edited this page Dec 9, 2014
·
2 revisions
This page has been created in the goal of finding a solution to translate routes for engines.
At this time, we could use :
- Route translator gem in refinerycms-i18n
- Wrap all frontend engine routes with a method
- Use a config to enable/disable i18n routes (because some countries doesn't want to translate their routes)
There is a temporary solution :
- https://github.com/refinery/refinerycms-inquiries/pull/158
- https://github.com/refinery/refinerycms-i18n/pull/51
Questions :
- How could we improve it ?
- How menu presenter will display translated links ?