mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add Japanese translations
This commit is contained in:
parent
366314eec8
commit
6eaa2e0072
@ -39,6 +39,7 @@ public class LanguageUtil {
|
||||
"fr", // French
|
||||
"vi", // Vietnamese
|
||||
"th", // Thai
|
||||
"ja", // Japanese
|
||||
"fa" // Persian
|
||||
/*
|
||||
// not translated yet
|
||||
@ -47,7 +48,6 @@ public class LanguageUtil {
|
||||
"ro", // Romanian
|
||||
"tr" // Turkish
|
||||
"it", // Italian
|
||||
"ja", // Japanese
|
||||
"iw", // Hebrew
|
||||
"hi", // Hindi
|
||||
"ko", // Korean
|
||||
|
2501
core/src/main/resources/i18n/displayStrings_ja.properties
Normal file
2501
core/src/main/resources/i18n/displayStrings_ja.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,el_GR,es,pt,ru,zh_CN,vi,th_TH,fa,fr
|
||||
tx pull -l de,el_GR,es,ja,pt,ru,zh_CN,vi,th_TH,fa,fr
|
||||
|
||||
translations="translations/bisq-desktop.displaystringsproperties"
|
||||
i18n="src/main/resources/i18n"
|
||||
@ -9,6 +9,7 @@ i18n="src/main/resources/i18n"
|
||||
mv "$translations/de.properties" "$i18n/displayStrings_de.properties"
|
||||
mv "$translations/el_GR.properties" "$i18n/displayStrings_el.properties"
|
||||
mv "$translations/es.properties" "$i18n/displayStrings_es.properties"
|
||||
mv "$translations/ja.properties" "$i18n/displayStrings_ja.properties"
|
||||
mv "$translations/pt.properties" "$i18n/displayStrings_pt.properties"
|
||||
mv "$translations/ru.properties" "$i18n/displayStrings_ru.properties"
|
||||
mv "$translations/zh_CN.properties" "$i18n/displayStrings_zh.properties"
|
||||
|
Loading…
Reference in New Issue
Block a user