wiki/crowdin-pull.sh
Pk11 c6bbd072bd Update translations
TODO: Update the rest in ~a day
2021-11-01 14:10:32 -05:00

12 lines
261 B
Bash
Executable File

#!/bin/bash
# Add new languages here, space separated and using the ID for `crowdin pull`
LANGUAGES="es-ES fr he hu in-context id it ja ko pl ru sv-SE zh-CN"
for LANGUAGE in $LANGUAGES; do
echo $LANGUAGE
crowdin pull -l $LANGUAGE
done
./fix\ in-context.sh