mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
limit internationalization to UI where it belongs (nw)
This commit is contained in:
parent
01495e7371
commit
f481b60978
2
makefile
2
makefile
@ -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
|
||||
|
@ -85,7 +85,10 @@ enum
|
||||
|
||||
#define SLIDER_NOCHANGE 0x12345678
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
FOR FUTURE LOCALIZATION
|
||||
***************************************************************************/
|
||||
#define _(String) String
|
||||
|
||||
/***************************************************************************
|
||||
TYPE DEFINITIONS
|
||||
|
@ -94,10 +94,6 @@ using FPTR = UINT64;
|
||||
using FPTR = UINT32;
|
||||
#endif
|
||||
|
||||
/***************************************************************************
|
||||
FOR FUTURE LOCALIZATION
|
||||
***************************************************************************/
|
||||
#define _(String) String
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user