We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, I have a multilingual site.
I register users on the frontend. I followed the docs: https://getkirby.com/docs/cookbook/forms/user-registration#frontend-login-with-code
It all works great. My default language is "de". I am trying to get everything translated to "fr" and "it".
Within the controller I set the language dynamically based on where the user registers: 'language' => kirby()->language()->code(),
'language' => kirby()->language()->code(),
The emails get send in the corresponding language.
There's one template I am not able to serve in the correct language. It's immediately displayed after sending the registration form: /panel/#
It only displays in the main language (de).
In my opinion this template should be served in the email's associated panel language. Like the emails.
I've checked the users and all of them have the correct panel language set. I hope somebody can help me on the topic.
The screen that follows is half in the main language, and half in the language of the panel user. So maybe there's something a little of?
Expected behavior In my opinion this template should be served in the email's associated panel language.
This is the support forum Link https://forum.getkirby.com/t/multilingual-registration-auth-code-template-is-not-translated/32252/1
This is what Sonja sais
I can reproduce that, even the weird mixed language interface. Seems to be a bug. Could you create an issue on GitHub, please?
Kirby Version 4.3.0
The text was updated successfully, but these errors were encountered:
bump
Sorry, something went wrong.
I think we need to support language query string for login view: /panel/#?language=fr and we can handle from AppTranslations::panelLanguage() method.
language
/panel/#?language=fr
AppTranslations::panelLanguage()
No branches or pull requests
Description
Hi, I have a multilingual site.
I register users on the frontend.
I followed the docs: https://getkirby.com/docs/cookbook/forms/user-registration#frontend-login-with-code
It all works great. My default language is "de". I am trying to get everything translated to "fr" and "it".
Within the controller I set the language dynamically based on where the user registers:
'language' => kirby()->language()->code(),
The emails get send in the corresponding language.
There's one template I am not able to serve in the correct language.
It's immediately displayed after sending the registration form:
/panel/#
It only displays in the main language (de).
In my opinion this template should be served in the email's associated panel language. Like the emails.
I've checked the users and all of them have the correct panel language set.
I hope somebody can help me on the topic.
The screen that follows is half in the main language, and half in the language of the panel user.
So maybe there's something a little of?
Expected behavior
In my opinion this template should be served in the email's associated panel language.
This is the support forum Link
https://forum.getkirby.com/t/multilingual-registration-auth-code-template-is-not-translated/32252/1
This is what Sonja sais
Your setup
Kirby Version
4.3.0
The text was updated successfully, but these errors were encountered: