mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
fixed make translation (nw)
This commit is contained in:
parent
f72bba93fd
commit
65c192b2b6
3
makefile
3
makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user