Skip to content

Commit 45248fe

Browse files
committed
fix typo and add ce, hu and uk to Scripts/define_common
1 parent c72ac5a commit 45248fe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Scripts/define_common.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ MESSAGE_FILE="xlate_message_file.txt"
3434
# matches lokalise order, en plus alphabetical order by language name in English
3535
LANGUAGES=(en \
3636
ar \
37+
ce \
3738
zh-Hans \
3839
cs \
3940
da \
@@ -42,7 +43,8 @@ LANGUAGES=(en \
4243
fr \
4344
de \
4445
he \
45-
hi ]
46+
hi \
47+
hu \
4648
it \
4749
ja \
4850
nb \
@@ -54,6 +56,7 @@ LANGUAGES=(en \
5456
es \
5557
sv \
5658
tr \
59+
uk \
5760
vi \
5861
)
5962

0 commit comments

Comments
 (0)