diff options
author | Eike Rathke <erack@redhat.com> | 2012-07-09 13:48:54 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-07-09 13:48:54 +0200 |
commit | 2e3e332e5207b771fb05e6844ea96f742024001f (patch) | |
tree | 7f9c053c85fd9075997b5601279d76d93d6b85cb | |
parent | 860b321d81633268e4b80b8fe10b73df615c28ae (diff) |
added LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE for configuration context fdo#45830
needed to build 860b321d81633268e4b80b8fe10b73df615c28ae, adapted from master
Change-Id: Ida908efe662a82abe8499f16f73910430787af8b
-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 a74b3ef70106..c0ad0a40b658 100644 --- a/i18npool/inc/i18npool/lang.h +++ b/i18npool/inc/i18npool/lang.h @@ -544,6 +544,7 @@ typedef unsigned short LanguageType; #define LANGUAGE_USER_ENGLISH_MALAWI 0x8809 /* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */ #define LANGUAGE_USER_ERZYA 0x066C #define LANGUAGE_USER_MARI_MEADOW 0x066D +#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 */ |