From 8ca63912a27f30db6c38b3f71de864565fbd5b8c Mon Sep 17 00:00:00 2001 From: cracyc Date: Thu, 28 Sep 2017 09:30:15 -0500 Subject: add lua translation to makefile and update translations --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 145b21c701e..7b156207702 100644 --- a/makefile +++ b/makefile @@ -1712,7 +1712,7 @@ shaders: bgfx-tools translation: $(SILENT) echo Generating mame.pot - $(SILENT) find src -iname "*.cpp" | xargs xgettext --from-code=UTF-8 -k_ -k__ -o mame.pot - $(SILENT) find language -iname "*.po" | xargs -n 1 -I %% msgmerge -U -N %% mame.pot - $(SILENT) find language -iname "*.po" | xargs -n 1 -I %% msgattrib --clear-fuzzy --empty %% -o %% + $(SILENT) find src plugins -iname "*.cpp" -print0 -o -iname "*.lua" -print0 | xargs -0 xgettext --from-code=UTF-8 -k_ -k__ -j -o mame.pot + $(SILENT) find language -iname "*.po" -print0 | xargs -0 -n 1 -I %% msgmerge -U -N %% mame.pot + $(SILENT) find language -iname "*.po" -print0 | xargs -0 -n 1 -I %% msgattrib --clear-fuzzy --empty %% -o %% -- cgit v1.2.3-70-g09d2