This Refinery CMS engine aims to translate routes of the Refinery engines (blog, calendar... ) based on the rails-translate-routes gem.
However, rails-translate-routes gem doesn't work without modification in a Rails application with engines (at least on a Refinery app) so this engine tries to encapsulate the needed modifications.
Right now we don't have a real gem and we're including it in our gemfiles with a line like
gem 'refinerycms-translate_routes', :git => "git://github.com/the-cocktail/refinerycms-translate-routes.git", :tag => "original"
You just have to include a file at config/locale/routes.yml with the format explained in the rails-tranlate-routes repo.
In fact, if no config/locale/route.yml is created you will have some errors in your app.
Issue #2: some admin routes are getting translated while other don't
- Bug fixing
- Bug fixing
- Even more Bug fixing
- Creating a gem
- Creating a system to make it easier to test this engine in your app