When using route_translator gem, you can translate routes. Meaning translating root_path will get you a root_en_path helper.
Should we add these translated page to skeleton.rb ?
Should we use the same page but use a translation gem such as globalize on meta tags ?
When using
route_translatorgem, you can translate routes. Meaning translatingroot_pathwill get you aroot_en_pathhelper.Should we add these translated page to
skeleton.rb?Should we use the same page but use a translation gem such as
globalizeon meta tags ?