Add English Kenya LCID 0xAC09 {en-KE} langtag mapping, tdf#115436
Change-Id: I0c32ffa2d7f316b3e97dc597da8539842ad51367 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103300 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
This commit is contained in:
@@ -689,6 +689,7 @@ IsoLanguageCountryEntry const aImplIsoLangEntries[] =
|
||||
{ LANGUAGE_USER_MINANGKABAU, "min", "ID", k0 },
|
||||
{ LANGUAGE_USER_SUNDANESE, "sun", "ID", k0 },
|
||||
{ LANGUAGE_USER_YAKA_DRCONGO, "yaf", "CD", k0 },
|
||||
{ LANGUAGE_USER_ENGLISH_KENYA, "en", "KE", k0 },
|
||||
{ LANGUAGE_MULTIPLE, "mul", "" , k0 }, // multiple languages, many languages are used
|
||||
{ LANGUAGE_UNDETERMINED, "und", "" , k0 }, // undetermined language, language cannot be identified
|
||||
{ LANGUAGE_NONE, "zxx", "" , k0 }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
|
||||
|
@@ -761,6 +761,7 @@ namespace o3tl
|
||||
#define LANGUAGE_USER_MINANGKABAU LanguageType(0x06A7)
|
||||
#define LANGUAGE_USER_SUNDANESE LanguageType(0x06A8)
|
||||
#define LANGUAGE_USER_YAKA_DRCONGO LanguageType(0x06A9)
|
||||
#define LANGUAGE_USER_ENGLISH_KENYA LanguageType(0xAC09) /* makeLangID( 0x2B, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
|
||||
|
||||
|
||||
/* XXX Add new user defined LCIDs ^^^ there.
|
||||
|
Reference in New Issue
Block a user