mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
added IGNORE_BAD_LOCALISATION flag (nw)
This commit is contained in:
parent
8682052f71
commit
e74b578c67
6
makefile
6
makefile
@ -97,6 +97,7 @@
|
||||
|
||||
# MSBUILD = 1
|
||||
# USE_LIBUV = 1
|
||||
# IGNORE_BAD_LOCALISATION=1
|
||||
|
||||
ifdef PREFIX_MAKEFILE
|
||||
include $(PREFIX_MAKEFILE)
|
||||
@ -1365,8 +1366,11 @@ endif
|
||||
|
||||
%.mo: %.po
|
||||
@echo Converting translation $<...
|
||||
ifdef IGNORE_BAD_LOCALISATION
|
||||
$(SILENT)$(PYTHON) scripts/build/msgfmt.py --output-file $@ $< || exit 0
|
||||
|
||||
else
|
||||
$(SILENT)$(PYTHON) scripts/build/msgfmt.py --output-file $@ $<
|
||||
endif
|
||||
#-------------------------------------------------
|
||||
# Regression tests
|
||||
#-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user