[keycloak-dev] Internationalization support for angular notifications and default values.
Gustavo Alvarez
gaalvarez0910 at gmail.com
Thu Feb 9 17:28:49 EST 2017
HI all.
I need to change all language of keycloak, almost all the information in
pages of console is in properties files except two things:
1. Notifications from angular: there is code as the next:
Notifications.success ("Role mappings updated.");
2. Default values in java services, for example the service that creates
client uses default values in DefaultAuthenticationFlows.java:
public static final String REGISTRATION_FLOW = "registration";
public static final String REGISTRATION_FORM_FLOW = "registration form";
public static final String BROWSER_FLOW = "browser";
public static final String DIRECT_GRANT_FLOW = "direct grant";
public static final String RESET_CREDENTIALS_FLOW = "reset credentials";
public static final String LOGIN_FORMS_FLOW = "forms";
public static final String SAML_ECP_FLOW = "saml ecp";
Someone is working on this now or or can you help me find a solution for
this situation?
Thanks for you help.
gaalvarez.
More information about the keycloak-dev
mailing list