mirror of
https://github.com/minetest/modtools.git
synced 2025-01-21 20:59:35 +00:00
6 lines
145 B
Bash
Executable file
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 \
|
|
"$@"
|