-
Notifications
You must be signed in to change notification settings - Fork 2
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
Folder contents does not use admin language #3
Comments
To tell the truth I don't know how to handle this @mauritsvanrees ... I would say that there is some global variable that defines the language and gets configured when all the JS is loaded, but I don't recall how. I do remember changing some patterns to obey the language configuration for TinyMCE and select2 patterns, here:
Perhaps they can be used as aa starting point... |
I think, thats because the |
Hm ... ok, rethinking that -> this is not relevant here. The mockup translation factory gets the language from |
I have installed
cs.adminlanguage
on a multilingual Plone 6.0 site. It works fine, except in the folder contents. This remains largely in the original language, here German:Since this part is done using javascript, the structure pattern from mockup, I started the mockup server and used its javascript in the resource registries. I edited
structure.js
to always setthis.options.language = en
as a test, but that did not help.Any idea?
The text was updated successfully, but these errors were encountered: