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

Gustavo Alvarez gaalvarez0910 at gmail.com
Fri Feb 10 09:18:42 EST 2017


Hello Stan.

Can you help me with an example of i18n implementation in keycloak?

Thanks.

Gaalvarez.



On Fri, Feb 10, 2017 at 8:29 AM Stan Silvert <ssilvert at redhat.com> wrote:

> 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
>
> _______________________________________________
> 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