Split the gtk translations into the domains gtk20 and gtk20-properties.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#ifdef ENABLE_NLS
|
||||
#include<libintl.h>
|
||||
#define _(String) dgettext(GETTEXT_PACKAGE,String)
|
||||
#define P_(String) dgettext(GETTEXT_PACKAGE,String)
|
||||
#define P_(String) dgettext(GETTEXT_PACKAGE "-properties",String)
|
||||
#ifdef gettext_noop
|
||||
#define N_(String) gettext_noop(String)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user