summaryrefslogtreecommitdiff
path: root/i18nlangtag/source/isolang/mslangid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18nlangtag/source/isolang/mslangid.cxx')
-rw-r--r--i18nlangtag/source/isolang/mslangid.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18nlangtag/source/isolang/mslangid.cxx b/i18nlangtag/source/isolang/mslangid.cxx
index cac12347fc54..caa983416a3d 100644
--- a/i18nlangtag/source/isolang/mslangid.cxx
+++ b/i18nlangtag/source/isolang/mslangid.cxx
@@ -246,7 +246,8 @@ bool MsLangId::isRightToLeft( LanguageType nLang )
primary(LANGUAGE_SINDHI),
primary(LANGUAGE_UIGHUR_CHINA),
primary(LANGUAGE_USER_KYRGYZ_CHINA),
- primary(LANGUAGE_USER_NKO)))
+ primary(LANGUAGE_USER_NKO),
+ primary(LANGUAGE_USER_SARAIKI)))
{
return true;
}
@@ -443,6 +444,7 @@ sal_Int16 MsLangId::getScriptType( LanguageType nLang )
primary(LANGUAGE_USER_LIMBU ),
primary(LANGUAGE_USER_MAITHILI_INDIA ),
primary(LANGUAGE_USER_NKO ),
+ primary(LANGUAGE_USER_SARAIKI ),
primary(LANGUAGE_YIDDISH )))
{
nScript = css::i18n::ScriptType::COMPLEX;