[keycloak-dev] Internationalization support for angular notifications and default values.

Stan Silvert ssilvert at redhat.com
Fri Feb 10 08:27:28 EST 2017


This is a known issue that we will need to revisit when we have the time 
and resources:
https://issues.jboss.org/browse/KEYCLOAK-2393
https://issues.jboss.org/browse/KEYCLOAK-2394

There are several places here and there in the console and the REST API 
that still need i18n support.  If you would like to help we'd love to 
get a contribution and we can help get you started with the implementation.

Stan

On 2/9/2017 5:28 PM, Gustavo Alvarez wrote:
> 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.
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev



More information about the keycloak-dev mailing list