Update l10n configs

This commit is contained in:
md678685 2019-04-07 20:22:48 +01:00
parent 3d97e93831
commit bcc150a014
2 changed files with 27 additions and 0 deletions

View File

@ -3,6 +3,8 @@ files:
translation: "/Essentials/src/messages_%locale_with_underscore%.properties"
languages_mapping:
locale_with_underscore: # right side is xx[_YY] of messages_xx[_YY].properties, left is language code from https://support.crowdin.com/api/language-codes/
bg: bg
bs: bs
cs: cs
da: da
de: de
@ -11,9 +13,13 @@ files:
es-ES: es
fi: fi
fr: fr
he: he
hr: hr
hu: hu
it: it
ja: ja
ko: ko
lt: lt
nl: nl
"no": "no" # no is a YAML keyword
pl: pl

21
pom.xml
View File

@ -245,6 +245,27 @@
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native2ascii-maven-plugin</artifactId>
<version>2.0.1</version>
<executions>
<execution>
<id>utf8-to-latin1</id>
<goals>
<goal>inplace</goal>
</goals>
<phase>process-resources</phase>
<configuration>
<dir>${project.build.outputDirectory}</dir>
<encoding>${project.build.sourceEncoding}</encoding>
<includes>
<include>**/*.properties</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>