diff options
author | Eike Rathke <erack@redhat.com> | 2012-01-04 14:40:39 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-01-04 14:41:48 +0100 |
commit | d0bb67f5df45ed9ee1f152677d7104b7129052e8 (patch) | |
tree | cd022652393286cec4f0db5b8498ab04b58d7544 /i18npool/source/isolang | |
parent | 898823e2decbbd41a674ac549e30d1d76b000283 (diff) |
added Kyrgyz (China) [ky-CN] to language list
Diffstat (limited to 'i18npool/source/isolang')
-rw-r--r-- | i18npool/source/isolang/isolang.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/isolang/mslangid.cxx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx index f9f7b4946517..610ea7fe5540 100644 --- a/i18npool/source/isolang/isolang.cxx +++ b/i18npool/source/isolang/isolang.cxx @@ -482,6 +482,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] = { LANGUAGE_USER_ARAGONESE, "an", "ES" }, { LANGUAGE_USER_KEYID, "qtz", "" }, // key id pseudolanguage used for UI testing { LANGUAGE_USER_PALI_LATIN, "pli", "" }, // Pali with Latin script + { LANGUAGE_USER_KYRGYZ_CHINA, "ky", "CN" }, { LANGUAGE_NONE, "zxx", "" }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information { LANGUAGE_DONTKNOW, "", "" } // marks end of table }; diff --git a/i18npool/source/isolang/mslangid.cxx b/i18npool/source/isolang/mslangid.cxx index 59a37ed4f1ad..3cd877e4c91b 100644 --- a/i18npool/source/isolang/mslangid.cxx +++ b/i18npool/source/isolang/mslangid.cxx @@ -240,6 +240,7 @@ bool MsLangId::isRightToLeft( LanguageType nLang ) case LANGUAGE_KASHMIRI & LANGUAGE_MASK_PRIMARY : case LANGUAGE_SINDHI & LANGUAGE_MASK_PRIMARY : case LANGUAGE_UIGHUR_CHINA & LANGUAGE_MASK_PRIMARY : + case LANGUAGE_USER_KYRGYZ_CHINA & LANGUAGE_MASK_PRIMARY : return true; default: @@ -344,6 +345,7 @@ sal_Int16 MsLangId::getScriptType( LanguageType nLang ) case LANGUAGE_USER_MAITHILI_INDIA: case LANGUAGE_UIGHUR_CHINA: case LANGUAGE_USER_LIMBU: + case LANGUAGE_USER_KYRGYZ_CHINA: nScript = ::com::sun::star::i18n::ScriptType::COMPLEX; break; |