I was able to create my own Keycloak 18.0.2 login theme called custom. Now, I'd like to add Ukrainian translation for the login screen. I created the following file:
/keycloak/themes/custom/login/messages/messages_uk.properties
but unable to find uk locale in Keycloak admin console.
What am I doing wrong and how do I correctly add new translation properties for the Keycloak login theme?
We have the same problem. The uk tag is not visible.
Just type uk, press Enter and Save changes.
Also add this:
to login/messages/messages_en.properties file.
After all this changes the Ukrainian language will be available on login form.
Another way to fix this - add 'uk' to this array:
in file <your_theme>/admin/resources/js/controllers/realm.js:549