1
0
Fork 0
mirror of synced 2024-06-02 02:34:40 +12:00
Rare/misc/py2ts.sh
2022-01-04 21:31:17 +01:00

9 lines
178 B
Bash
Executable file

#!/bin/sh
cwd="$(pwd)"
cd "$(dirname "$0")"/.. || exit
pylupdate5 -noobsolete $(find rare/ -iname "*.py") -ts rare/resources/languages/translation_source.ts
cd "$cwd" || exit