Skip to content

Commit 7c170ef

Browse files
Tweak for alphabetical ordering
1 parent 963f480 commit 7c170ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/update-translations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ $# -eq 0 ]; then
1717
exit 1
1818
fi
1919

20-
languages="es-ES ja ko nl pl pt-BR zh-TW ca"
20+
languages="ca es-ES ja ko nl pl pt-BR zh-TW"
2121

2222
for language in $languages; do
2323
lower="${language,,}"

0 commit comments

Comments
 (0)