i18nlangtag/source/isolang/mslangid.cxx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-)
New commits: commit 8cf717efbdf8126a360f766d2c14c02cae497ac6 Author: Eike Rathke <er...@redhat.com> AuthorDate: Sat Oct 8 17:36:03 2022 +0200 Commit: Eike Rathke <er...@redhat.com> CommitDate: Sat Oct 8 23:01:13 2022 +0200 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 <er...@redhat.com> Tested-by: Eike Rathke <er...@redhat.com> 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 ),