summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-05-26 19:02:04 +0200
committerAndras Timar <andras.timar@collabora.com>2016-05-26 19:15:09 +0200
commit3db3c3c0fc05b1ce5b6f8ed536e73189f3187cb7 (patch)
tree40152fef96d0eb6af1eda078ec49ab425f292cd4 /scripts
parentda0e2e7463507943a7708dfb7a30c5876b80341d (diff)
Pull translations from Pootle
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/downloadpootle.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/downloadpootle.sh b/scripts/downloadpootle.sh
new file mode 100755
index 000000000..3e10ef3ff
--- /dev/null
+++ b/scripts/downloadpootle.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+for i in ab af am an ar as ast az be bg bn bn_IN bo br brx bs ca cs cy da de dgo dz el en_GB en_ZA eo es et eu fa fi fr ga gd gl gu gug he hi hr hu id is it ja jv ka kk kl km kn ko kok ks ky lb lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa_IN pl pt pt_BR ro ru rw sah sa_IN sat sd si sid sk sl sq sr ss st sv sw_TZ ta te tg th ti tn tr ts tt ug uk ur uz ve vi xh zh_CN zh_TW zu;
+do
+ wget -O $i.zip https://translations.documentfoundation.org/export/?path=/$i/libo_online/
+ unzip -j $i.zip
+ rm $i.zip
+ mv loleaflet-ui-$i.po ui-$i.po
+ mv loleaflet-help-$i.po help-$i.po
+done