From 4c2857b6e88b380ad7923b97b3db4c1eb33e4e75 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 4 Nov 2018 18:32:08 +0200 Subject: Add build scripts. --- releases/translations/pull-translations.sh | 136 +++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100755 releases/translations/pull-translations.sh (limited to 'releases/translations/pull-translations.sh') diff --git a/releases/translations/pull-translations.sh b/releases/translations/pull-translations.sh new file mode 100755 index 00000000..4ce9d22d --- /dev/null +++ b/releases/translations/pull-translations.sh @@ -0,0 +1,136 @@ +cd ~/repos/wekan + +echo "Arabic:" +tx pull -f -l ar + +echo "Bulgarian:" +tx pull -f -l bg_BG + +echo "Breton:" +tx pull -f -l br + +echo "Catalan:" +tx pull -f -l ca + +echo "Czech:" +tx pull -f -l cs + +echo "Georgian:" +tx pull -f -l ka + +echo "German:" +tx pull -f -l de + +echo "Hindi:" +tx pull -f -l hi + +echo "Esperanto:" +tx pull -f -l eo + +echo "English (United Kingdom):" +tx pull -f -l en_GB + +echo "Greek:" +tx pull -f -l el + +echo "Spanish:" +tx pull -f -l es + +echo "Spanish (Argentina):" +tx pull -f -l es_AR + +echo "Basque:" +tx pull -f -l eu + +echo "Persian:" +tx pull -f -l fa + +echo "Finnish:" +tx pull -f -l fi + +echo "French:" +tx pull -f -l fr + +echo "Galician:" +tx pull -f -l gl + +echo "Hebrew:" +tx pull -f -l he + +echo "Hungarian:" +tx pull -f -l hu_HU + +echo "Armenian:" +tx pull -f -l hy + +echo "Indonesian (Indonesia):" +tx pull -f -l id_ID + +echo "Igbo:" +tx pull -f -l ig + +echo "Italian:" +tx pull -f -l it + +echo "Japanese:" +tx pull -f -l ja + +echo "Khmer:" +tx pull -f -l km + +echo "Korean:" +tx pull -f -l ko + +echo "Latvian (Latvia):" +tx pull -f -l lv_LV + +echo "Mongolian (Mongolia):" +tx pull -f -l mn_MN + +echo "Dutch:" +tx pull -f -l nl + +echo "Norwegian:" +tx pull -f -l no + +echo "Polish:" +tx pull -f -l pl + +echo "Portuguese:" +tx pull -f -l pt + +echo "Portuguese (Brazil):" +tx pull -f -l pt_BR + +echo "Romanian (Romania):" +tx pull -f -l ro + +echo "Russian:" +tx pull -f -l ru + +echo "Serbian:" +tx pull -f -l sr + +echo "Swedish:" +tx pull -f -l sv + +echo "Tamil:" +tx pull -f -l ta + +echo "Thai:" +tx pull -f -l th + +echo "Turkish:" +tx pull -f -l tr + +echo "Ukrainian:" +tx pull -f -l uk + +echo "Vietnamese:" +tx pull -f -l vi + +echo "Chinese (China):" +tx pull -f -l zh_CN + +echo "Chinese (Taiwan)" +tx pull -f -l zh_TW -- cgit v1.2.3-1-g7c22