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 7eeeb19 commit 9b9987dCopy full SHA for 9b9987d
Makefile
@@ -267,6 +267,7 @@ regen-i18n:
267
xgettext --keyword=_ --keyword=f_ --language=C++ --add-comments --sort-by-file -o i18n/pcsx-redux.pot -f pcsx-src-list.txt
268
find src -name *.lua | sort -u > pcsx-src-list.txt
269
xgettext --keyword=t_ --language=Lua --join-existing --sort-by-file -o i18n/pcsx-redux.pot -f pcsx-src-list.txt
270
+ sed '/POT-Creation-Date/d' -i i18n/pcsx-redux.pot
271
rm pcsx-src-list.txt
272
$(foreach l,$(LOCALES),$(call msgmerge,$(l)))
273
0 commit comments