authentik
authentik copied to clipboard
Custom translation for user-defined prompts
Add localization for user-defined prompts and strings such as flow titles or static prompts.
As suggested in discord, this could be done by allowing upload of custom translation files.
Thanks !
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this is done, Application descriptions should also be included.
Would like to have this feature too. I found no workaround sadly.
This feature is required for proper custom flows.
As suggested in discord, this could be done by allowing upload of custom translation files.
Could you please provide a link to the Discord discussion of this issue?
I'm also interested in this. Specifically translating dropdown menu choices.
Seems this works only for single language. Also I want to save itemID in attributes like a, o instead of user visible text.
Basically there should be something like
return {'a': 'Apple', 'o': 'Orange'}
And then separate UI where we translate these Apple/Orange text to for languages.
Also needing to rebuild Docker images to change/add this stuff would be PITA.
Are there any plans to implement this?