diff --git a/crowdin.yml b/crowdin.yml index 283979fdb..f77e97a84 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -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 diff --git a/pom.xml b/pom.xml index 9090c4c91..8513d2108 100644 --- a/pom.xml +++ b/pom.xml @@ -245,6 +245,27 @@ + + org.codehaus.mojo + native2ascii-maven-plugin + 2.0.1 + + + utf8-to-latin1 + + inplace + + process-resources + + ${project.build.outputDirectory} + ${project.build.sourceEncoding} + + **/*.properties + + + + +