-
-
Notifications
You must be signed in to change notification settings - Fork 178
Translation Extension via Plugin for default language EN does not work #7032
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
Comments
I think duplicated of #7031 Could you test on v5/develop branch please? I think the issue fixed in it. |
No sorry. still no translation in v5/develop |
@bnomei @plain-solutions-gmbh Is this a v5 regression for you or also not working in v4? |
No regression for me. Everything works fine... |
@plain-solutions-gmbh I am not sure I understand your response 😅: if everything works fine in v4, it would be a regression. If it also doesn't work in v4, it's a general bug. |
It was working in V4 al the time. Since i'm testing in the v5/develop, the error disappeared on one day. |
@distantnative i did some more digging through my code and spotted a single call of the maybe the |
I had the same problem, but i found it also in v4. So i replace the This happens if a plugin is translating something before every other plugins is loaded. It will crash the translations for every following plugins.
|
Description
When you add translations for the Kirby default language EN they do not get applied in the Panel. All other language definitions work as expected.
Expected behavior
Make it possible to add translation to the default language EN.
To reproduce
Using a multilang or single-language setup for Kirby makes no difference.
Then in a custom plugin register translations like this
each leading to a file returning translated kv.
try using them im a blueprint like this
switching the preferred language of the user updates the translations in all languages but EN which keep showing the keys.
Your setup
Kirby Version
K5.0.0.beta-3
Your system (please complete the following information)
The text was updated successfully, but these errors were encountered: