-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with multilanguage disabled and standard language german #3938
Comments
@Portugao to clarify - you only have one active language (German). Did you remove all en translations (including routes)? |
The point is that if multilingual is set to disabled the core should only accept requests for the default language. There are reasons to have other locales in file system (for example in a Multisites setup, see #3781, or simply for development purpose). Also, it feels a bit like a hack to remove files that were included in the official core download. At the moment this affects only |
Is it possible this is simply a cache problem? was the cache cleared after the settings were changed? If I am to try to fix this I will require a working translation please. |
From looking at how |
You can also use German |
THIS COMMENT WAS HEAVILY EDITED 🗡️ 😄 what was the settings for jms_i18n_routing:
default_locale: en
locales: [en]
strategy: prefix_except_default it would be in your |
@Portugao this is fixed for v3.0.0 but I don't think the fix can be back ported to 2.0.x because most of the modified code is new in v3. |
Expected behavior
No access to domain/en when multilanguage is disabled and defaullt language is german
Actual behavior
full access to all pages about domain/en/mypage
Steps to reproduce
The text was updated successfully, but these errors were encountered: