diff options
author | Eike Rathke <erack@redhat.com> | 2012-06-29 01:54:49 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-06-29 01:57:52 +0200 |
commit | c569add9b9b9e5aadff4b1379d1848c192f027ee (patch) | |
tree | 4ad5e6995a283d410244b8769677d27a699ec369 | |
parent | 2c3aa4f3a5c1e96ca6edd18d2e1a32f0272153a7 (diff) |
added LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE for configuration context
Intended as preparation to solve fdo#45830
Change-Id: Id3d5be9ef27e1b565ec0b21e580b89e893a782b8
-rw-r--r-- | i18npool/inc/i18npool/lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h index 5da872930b63..825efac9b9c7 100644 --- a/i18npool/inc/i18npool/lang.h +++ b/i18npool/inc/i18npool/lang.h @@ -537,6 +537,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_MARI_MEADOW 0x066D #define LANGUAGE_USER_PAPIAMENTU_CURACAO 0x8479 /* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_PAPIAMENTU)) */ #define LANGUAGE_USER_PAPIAMENTU_BONAIRE 0x8879 /* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_PAPIAMENTU)) */ +#define LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE /* not a locale, to be used only in configuration context to obtain system default, primary 0x3fe, sub 0x3f */ #endif /* INCLUDED_I18NPOOL_LANG_H */ |