Add Polish translation

This commit is contained in:
Christoph Atteneder 2021-12-01 11:35:25 +01:00
parent cb1998db05
commit f224cf7c7c
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
3 changed files with 3284 additions and 3 deletions

View File

@ -43,7 +43,8 @@ public class LanguageUtil {
"ja", // Japanese
"fa", // Persian
"it", // Italian
"cs" // Czech
"cs", // Czech
"pl" // Polish
/*
// not translated yet
"el", // Greek
@ -54,7 +55,6 @@ public class LanguageUtil {
"iw", // Hebrew
"hi", // Hindi
"ko", // Korean
"pl", // Polish
"sv", // Swedish
"no", // Norwegian
"nl", // Dutch

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
cd $(dirname $0)
tx pull -l de,es,ja,pt,ru,zh_CN,zh_TW,vi,th_TH,fa,fr,pt_BR,it,cs
tx pull -l de,es,ja,pt,ru,zh_CN,zh_TW,vi,th_TH,fa,fr,pt_BR,it,cs,pl_PL
translations="translations/bisq-desktop.displaystringsproperties"
i18n="src/main/resources/i18n"
@ -20,5 +20,6 @@ mv "$translations/fr.properties" "$i18n/displayStrings_fr.properties"
mv "$translations/pt_BR.properties" "$i18n/displayStrings_pt-br.properties"
mv "$translations/it.properties" "$i18n/displayStrings_it.properties"
mv "$translations/cs.properties" "$i18n/displayStrings_cs.properties"
mv "$translations/pl_PL.properties" "$i18n/displayStrings_pl.properties"
rm -rf $translations