THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Let's take an example: consider that you want to add support for French language in the admin console UI.
Sample workflow
Checkout
...
the source code from GIT
Local build and installation
...
You need to change the following List in SyncopeSession (trunk /
(1_1_X / 1_0_X) from
Code Block | ||
---|---|---|
| ||
public static final List<Locale> SUPPORTED_LOCALES = Arrays.asList(new Locale[] { Locale.ENGLISH, Locale.ITALIAN}); |
...