blob: 4ce9d22d113120cf247a37763705f799c3b051de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
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
|