From cf9c7ad108fbcb9c58cad89947b7e8e0f717c8a8 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Wed, 9 Apr 2014 18:23:50 +0200 Subject: [PATCH] Disable the languages Urdu and Syriac At the moment these languages are unusable because the characters on screen do not appear in their contextual forms. --- lib/languages | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/languages b/lib/languages index 3fe5b8f4c5..0572289592 100644 --- a/lib/languages +++ b/lib/languages @@ -883,13 +883,13 @@ Language swedish End # not supported by babel -Language syriac - GuiName "Syriac" - PolyglossiaName syriac - Encoding utf8 - RTL true - LangCode syr_SY -End +#Language syriac +# GuiName "Syriac" +# PolyglossiaName syriac +# Encoding utf8 +# RTL true +# LangCode syr_SY +#End # not supported by babel Language tamil @@ -970,13 +970,13 @@ Language uppersorbian End # not supported by babel -Language urdu - GuiName "Urdu" - PolyglossiaName urdu - Encoding utf8 - RTL true - LangCode ur_PK -End +#Language urdu +# GuiName "Urdu" +# PolyglossiaName urdu +# Encoding utf8 +# RTL true +# LangCode ur_PK +#End # vietnam must be loaded locally with babel options, # not globally via class options, see -- 2.39.5