mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 21:35:03 +01:00
Add Polish translation
This commit is contained in:
parent
cb1998db05
commit
f224cf7c7c
@ -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
|
||||
|
3280
core/src/main/resources/i18n/displayStrings_pl.properties
Normal file
3280
core/src/main/resources/i18n/displayStrings_pl.properties
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user