When Implementing support for the new languages in LyX 2.1 I forgot that Urdu and Systriac are RTL-languages: http://en.wikipedia.org/wiki/Right-to-left

The attached simple patch fixes that. I would like to have that in master because otherwise Urdu support will not work as advertised in
http://wiki.lyx.org/LyX/NewInLyX21

thanks and regards
Uwe
diff --git "a/C:\\DOCUME~1\\usti\\LOCALS~1\\Temp\\TortoiseGit\\lan15.tmp\\languages-97c89c8-left" "b/D:\\LyXGit\\Master\\lib\\languages"
index 3ce6239..3fe5b8f 100644
--- "a/C:\\DOCUME~1\\usti\\LOCALS~1\\Temp\\TortoiseGit\\lan15.tmp\\languages-97c89c8-left"
+++ "b/D:\\LyXGit\\Master\\lib\\languages"
@@ -887,6 +887,7 @@ Language syriac
 	GuiName          "Syriac"
 	PolyglossiaName  syriac
 	Encoding         utf8
+	RTL              true
 	LangCode         syr_SY
 End
 
@@ -973,6 +974,7 @@ Language urdu
 	GuiName          "Urdu"
 	PolyglossiaName  urdu
 	Encoding         utf8
+	RTL              true
 	LangCode         ur_PK
 End
 

Reply via email to