limit internationalization to UI where it belongs (nw)

This commit is contained in:
Miodrag Milanovic 2016-02-20 10:10:35 +01:00
parent 01495e7371
commit f481b60978
3 changed files with 5 additions and 6 deletions

View File

@ -1379,4 +1379,4 @@ shaders:
translation:
$(SILENT) echo Generating mame.po
$(SILENT) find src -iname "*.cpp" | xargs xgettext --from-code=ASCII -k_ --default-domain=mame
$(SILENT) find src/emu/ui -iname "*.cpp" | xargs xgettext --from-code=ASCII -k_ --default-domain=mame

View File

@ -85,7 +85,10 @@ enum
#define SLIDER_NOCHANGE 0x12345678
/***************************************************************************
FOR FUTURE LOCALIZATION
***************************************************************************/
#define _(String) String
/***************************************************************************
TYPE DEFINITIONS

View File

@ -94,10 +94,6 @@ using FPTR = UINT64;
using FPTR = UINT32;
#endif
/***************************************************************************
FOR FUTURE LOCALIZATION
***************************************************************************/
#define _(String) String
/***************************************************************************