Mudbox/i18n.h File Reference

i18n.h File Reference

Macros

#define NTR(s)   s
 NTR(s) More...
 
#define NTRQ(s)   QString(s)
 NTRQ(s) More...
 

Macro Definition Documentation

#define NTR (   s)    s

NTR(s)

This macro is a marker. It serve to mark a string that SHOULD NOT be translated because it is used internally, (ie. hardcoded value, path, etc.) and never shown on-screen.

+ Examples:

Definition at line 24 of file i18n.h.

#define NTRQ (   s)    QString(s)

NTRQ(s)

This macro is a marker. It serve to mark a string that SHOULD NOT be translated because it is used internally, (ie. hardcoded value, path, etc.) and never shown on-screen.

+ Examples:

Definition at line 33 of file i18n.h.

Go to the source code of this file.