wiki/crowdin-pull.sh
2021-10-15 23:07:14 -05:00

8 lines
153 B
Bash
Executable File

#!/bin/bash
for language in es-ES fr he hu ic-IC id it ja ko pl ru sv-SE zh-CN; do
echo $language
crowdin pull -l $language
done
./fix\ in-context.sh