i18n: Add Dutch language to enum and modify pom.xml to use English userguide
This commit is contained in:
parent
3f92adb582
commit
97f6fd6d32
2 changed files with 5 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ public enum Language {
|
|||
RUSSIAN_LANGUAGE("Pусский", new Locale("ru")),
|
||||
PORTUGUESE_LANGUAGE("Português", new Locale("pt")),
|
||||
ITALIAN_LANGUAGE("Italiano", new Locale("it")),
|
||||
FRENCH_LANGUAGE("Français", new Locale("fr"));
|
||||
FRENCH_LANGUAGE("Français", new Locale("fr")),
|
||||
DUTCH_LANGUAGE("Nederlands", new Locale("nl"));
|
||||
|
||||
private final String displayName;
|
||||
|
||||
|
|
|
|||
|
|
@ -123,6 +123,9 @@
|
|||
<copy todir="src/main/webapp/help/fr" failonerror="false">
|
||||
<fileset dir="../doc/src/user/en/html"/>
|
||||
</copy>
|
||||
<copy todir="src/main/webapp/help/nl" failonerror="false">
|
||||
<fileset dir="../doc/src/user/en/html"/>
|
||||
</copy>
|
||||
</tasks>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue