fixed make translation (nw)

This commit is contained in:
Miodrag Milanovic 2016-02-21 20:22:17 +01:00
parent f72bba93fd
commit 65c192b2b6

View File

@ -1386,4 +1386,5 @@ shaders:
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 msgmerge -U mame.pot
$(SILENT) find language -iname "*.po" | xargs -n 1 -I %% msgmerge -U %% mame.pot