modtools/luanti_xgettext.sh
2024-12-21 23:51:26 +01:00

6 lines
145 B
Bash
Executable file

#!/bin/sh
xgettext -L lua --from-code=utf-8 \
-kS -kNS -kFS -kNFS -kPS:1,2 -kFPS:1,2 \
-kcore.translate:1c,2 -kcore.translate_n:1c,2,3 \
"$@"