Skip to content

Commit 40ce835

Browse files
committed
Fix missing cs locale during export
1 parent 1f08601 commit 40ce835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/export_localizations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -u
55

66
: "$LOKALISE_TOKEN"
77

8-
LANGUAGES=(ar es ru en zh-Hans nl fr de it nb pl ru es ja pt-BR vi da sv fi ro tr he sk)
8+
LANGUAGES=(ar cs ru en zh-Hans nl fr de it nb pl ru es ja pt-BR vi da sv fi ro tr he sk)
99

1010
argstring="${LANGUAGES[@]/#/-exportLanguage }"
1111
IFS=" "; args=( $=argstring )

0 commit comments

Comments
 (0)