Skip to content

Commit

Permalink
Add Chinese Traditional file to update_translations.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz authored and ripcurlx committed Dec 3, 2019
1 parent 2d18800 commit f0cbddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/update_translations.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cd $(dirname $0)
tx pull -l de,el_GR,es,ja,pt,ru,zh_CN,vi,th_TH,fa,fr,pt_BR
tx pull -l de,el_GR,es,ja,pt,ru,zh_CN,zh_TW,vi,th_TH,fa,fr,pt_BR

translations="translations/bisq-desktop.displaystringsproperties"
i18n="src/main/resources/i18n"
Expand All @@ -13,6 +13,7 @@ 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-hans.properties"
mv "$translations/zh_TW.properties" "$i18n/displayStrings_zh-hant.properties"
mv "$translations/vi.properties" "$i18n/displayStrings_vi.properties"
mv "$translations/th_TH.properties" "$i18n/displayStrings_th.properties"
mv "$translations/fa.properties" "$i18n/displayStrings_fa.properties"
Expand Down

0 comments on commit f0cbddc

Please sign in to comment.