refinerycms-i18n
refinerycms-i18n copied to clipboard
I18n logic for Refinery CMS
Add `result.url`
Ruby3
Updates refinerycms-i18n to Ruby 3. There is a matching PR for refinerycms (https://github.com/refinery/refinerycms/pull/3518) Using Mobility 1.2.9. Apart from that most changes are extremely minor.
Dependabot can't resolve your Ruby dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Bundler::VersionConflict with message: Bundler found conflicting requirements for the...
With config.url_filter_enabled set to false, the locale parameter is still removed from URLs: ```ruby def around_generate(params, &block) locale = params.delete(:locale) || ::I18n.locale ``` Is this by design? I wanted to...
When editing a page, the filled form is not saved on language switches and there is no warning message about this. On usability tests, we noticed, that users fill in...
Hi all! I would like to have multi-language routes for refinerycms engines, like refinerycms-inquiries : ``` /fr/nous-joindre /en/contact /fr/nous-joindre/merci /en/contact/thank_you ``` I started the discussion here : https://github.com/refinery/refinerycms-inquiries/pull/155#issuecomment-59869026 I've seen...
have several domain names for the same website because the domain names are localised, allow refinery cms to pick locale base on domain name. ex: www.iam-on-diet.com , www.je-fais-le-regime.fr
Hello all ! I've to develop multi languages refinerycms websites. When i use or create an engine, the path is hardcoded and non translated. I would like to add support...