mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
8 lines
153 B
Bash
Executable File
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 |