summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2022-10-08 17:36:03 +0200
committerEike Rathke <erack@redhat.com>2022-10-08 23:01:13 +0200
commit8cf717efbdf8126a360f766d2c14c02cae497ac6 (patch)
tree84024c6ce93960f5834387b4e51b5fdd8fbefbbf /i18nlangtag
parent1868dd67c97f2c30948a857e328722a296fca3e8 (diff)
Konkani is CTL, the other unknowns are not ("Western")
Change-Id: If6c9af6d4a6c7faee6231189014401314d1b1f25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141124 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/isolang/mslangid.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/i18nlangtag/source/isolang/mslangid.cxx b/i18nlangtag/source/isolang/mslangid.cxx
index 419e28445774..4e446d568858 100644
--- a/i18nlangtag/source/isolang/mslangid.cxx
+++ b/i18nlangtag/source/isolang/mslangid.cxx
@@ -394,15 +394,6 @@ sal_Int16 MsLangId::getScriptType( LanguageType nLang )
{
nScript = css::i18n::ScriptType::LATIN;
}
-// currently not knowing scripttype - defaulted to LATIN:
-/*
-#define LANGUAGE_ARMENIAN 0x042B
-#define LANGUAGE_INDONESIAN 0x0421
-#define LANGUAGE_KAZAKH 0x043F
-#define LANGUAGE_KONKANI 0x0457
-#define LANGUAGE_MACEDONIAN 0x042F
-#define LANGUAGE_TATAR 0x0444
-*/
// CJK catcher
else if ( primary(nLang).anyOf(
primary(LANGUAGE_CHINESE ),
@@ -428,6 +419,7 @@ sal_Int16 MsLangId::getScriptType( LanguageType nLang )
primary(LANGUAGE_KANNADA ),
primary(LANGUAGE_KASHMIRI ),
primary(LANGUAGE_KHMER ),
+ primary(LANGUAGE_KONKANI ),
primary(LANGUAGE_LAO ),
primary(LANGUAGE_MALAYALAM ),
primary(LANGUAGE_MANIPURI ),