diff options
author | Andras Timar <atimar@suse.com> | 2013-01-26 11:17:10 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-26 11:36:53 +0100 |
commit | 828dfdd4fb9fc133f4e3241e9722f23f3778db08 (patch) | |
tree | 23a8265da77570ab07cf4a8a9a193eb29a2a5794 /i18npool/source | |
parent | e99b540d8985b87247519c951e6ef65a01b1f5c9 (diff) |
unify the spelling of 'Kazakh' language name
While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form
is the most widespread according to online sources (Wikipedia,
LCID list from Microsoft). Also the 'Kazakh' form is preferred by a
Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html
In LibreOffice both 'Kazak' and 'Kazakh' was used at different places.
Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/isolang/isolang.cxx | 2 | ||||
-rw-r--r-- | i18npool/source/isolang/mslangid.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/isolang/isolang.cxx b/i18npool/source/isolang/isolang.cxx index bbe3e0f9bb56..1ae850dde06c 100644 --- a/i18npool/source/isolang/isolang.cxx +++ b/i18npool/source/isolang/isolang.cxx @@ -248,7 +248,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] = { LANGUAGE_BENGALI_BANGLADESH, "bn", "BD" }, { LANGUAGE_BENGALI, "bn", "IN" }, { LANGUAGE_BURMESE, "my", "MM" }, - { LANGUAGE_KAZAK, "kk", "KZ" }, + { LANGUAGE_KAZAKH, "kk", "KZ" }, { LANGUAGE_ENGLISH_INDIA, "en", "IN" }, { LANGUAGE_URDU, "ur", "" }, { LANGUAGE_URDU_INDIA, "ur", "IN" }, diff --git a/i18npool/source/isolang/mslangid.cxx b/i18npool/source/isolang/mslangid.cxx index 2395d35cd2f1..b3319aad632c 100644 --- a/i18npool/source/isolang/mslangid.cxx +++ b/i18npool/source/isolang/mslangid.cxx @@ -389,7 +389,7 @@ sal_Int16 MsLangId::getScriptType( LanguageType nLang ) /* #define LANGUAGE_ARMENIAN 0x042B #define LANGUAGE_INDONESIAN 0x0421 -#define LANGUAGE_KAZAK 0x043F +#define LANGUAGE_KAZAKH 0x043F #define LANGUAGE_KONKANI 0x0457 #define LANGUAGE_MACEDONIAN 0x042F #define LANGUAGE_TATAR 0x0444 |