mirror of
https://github.com/pfalstad/circuitjs1.git
synced 2026-03-03 15:14:04 +01:00
7 lines
187 B
Bash
7 lines
187 B
Bash
#!/bin/sh
|
|
echo run getstrings first
|
|
for i in da de es fr it nb pl pt ru zh zh-tw
|
|
do
|
|
python3 findmissing.py ../src/com/lushprojects/circuitjs1/public/locale_$i.txt > missing_$i.txt
|
|
done
|