diff options
author | guillaume <guillaume.cassou@supinfo.com> | 2018-11-09 14:12:17 +0100 |
---|---|---|
committer | guillaume <guillaume.cassou@supinfo.com> | 2018-11-09 14:12:17 +0100 |
commit | cb091c8a54dc3b9b721a0474f4c821e0b451f3d6 (patch) | |
tree | adb7bce896e2d4428b59a9d5a997b95a3d72361f /releases/translations/pull-translations.sh | |
parent | 3646a9c259634bbed03b71ead53338c3f290cf0b (diff) | |
parent | 043f9813ef269cfc784ddb75e10e2b875d621ff8 (diff) | |
download | wekan-cb091c8a54dc3b9b721a0474f4c821e0b451f3d6.tar.gz wekan-cb091c8a54dc3b9b721a0474f4c821e0b451f3d6.tar.bz2 wekan-cb091c8a54dc3b9b721a0474f4c821e0b451f3d6.zip |
Merge https://github.com/wekan/wekan into devel
Diffstat (limited to 'releases/translations/pull-translations.sh')
-rwxr-xr-x | releases/translations/pull-translations.sh | 136 |
1 files changed, 136 insertions, 0 deletions
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 |