[i18n] Added Portuguese language to enum and modified pom.xml to use English userguide
This commit is contained in:
parent
52e6984721
commit
29d0a68da0
2 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ public enum Language {
|
|||
GALICIAN_LANGUAGE(_("Galician"), new Locale("gl")),
|
||||
SPANISH_LANGUAGE(_("Spanish"), new Locale("es")),
|
||||
ENGLISH_LANGUAGE(_("English"), Locale.ENGLISH),
|
||||
RUSSIAN_LANGUAGE(_("Russian"), new Locale("ru"));
|
||||
RUSSIAN_LANGUAGE(_("Russian"), new Locale("ru")),
|
||||
PORTUGUESE_LANGUAGE(_("Portuguese"), new Locale("pt"));
|
||||
|
||||
private final String displayName;
|
||||
|
||||
|
|
|
|||
|
|
@ -114,6 +114,9 @@
|
|||
<copy todir="src/main/webapp/help/ru" failonerror="false">
|
||||
<fileset dir="../doc/src/user/en/html"/>
|
||||
</copy>
|
||||
<copy todir="src/main/webapp/help/pt" failonerror="false">
|
||||
<fileset dir="../doc/src/user/en/html"/>
|
||||
</copy>
|
||||
</tasks>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue