We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef18d55 commit d589408Copy full SHA for d589408
po/make_pot.sh
@@ -39,7 +39,7 @@ grep '"[A-Za-z ]\+" : {' -n ../src/libresrc/default_hotkey.json \
39
| sed 's/^\([0-9]\+:\).*\("[^"]\+"\).*$/default_hotkey.json|\1|\2/' \
40
| maybe_append
41
42
-find ../automation -name '*.lua' \
+find ../automation -name '*.lua' -o -name '*.moon' \
43
| LC_ALL=C sort \
44
| xargs grep 'tr"[^"]*"' -o -n \
45
| sed 's/\(.*\):\([0-9]\+\):tr\(".*"\)/\1|\2|\3/' \
0 commit comments