mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 15:08:18 +01:00
Update l10n configs
This commit is contained in:
parent
3d97e93831
commit
bcc150a014
@ -3,6 +3,8 @@ files:
|
|||||||
translation: "/Essentials/src/messages_%locale_with_underscore%.properties"
|
translation: "/Essentials/src/messages_%locale_with_underscore%.properties"
|
||||||
languages_mapping:
|
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/
|
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
|
cs: cs
|
||||||
da: da
|
da: da
|
||||||
de: de
|
de: de
|
||||||
@ -11,9 +13,13 @@ files:
|
|||||||
es-ES: es
|
es-ES: es
|
||||||
fi: fi
|
fi: fi
|
||||||
fr: fr
|
fr: fr
|
||||||
|
he: he
|
||||||
|
hr: hr
|
||||||
hu: hu
|
hu: hu
|
||||||
it: it
|
it: it
|
||||||
|
ja: ja
|
||||||
ko: ko
|
ko: ko
|
||||||
|
lt: lt
|
||||||
nl: nl
|
nl: nl
|
||||||
"no": "no" # no is a YAML keyword
|
"no": "no" # no is a YAML keyword
|
||||||
pl: pl
|
pl: pl
|
||||||
|
21
pom.xml
21
pom.xml
@ -245,6 +245,27 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
Loading…
Reference in New Issue
Block a user