1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00
Rare/misc/py2ts.sh

9 lines
178 B
Bash
Raw Normal View History

#!/bin/sh
cwd="$(pwd)"
cd "$(dirname "$0")"/.. || exit
2022-01-05 09:31:17 +13:00
pylupdate5 -noobsolete $(find rare/ -iname "*.py") -ts rare/resources/languages/translation_source.ts
cd "$cwd" || exit