lutris/po/update-POTFILES.sh

5 lines
121 B
Bash
Executable file

#!/bin/sh
cd "$(dirname "$(realpath "$0")")/.."
find . -name '*.ui' > ./po/POTFILES
find . -name '*.py' >> ./po/POTFILES