From 5f0d076f4cf34c39114b128695bb2dd98f5264d5 Mon Sep 17 00:00:00 2001 From: Tomasz Wolniewicz Date: Wed, 14 Aug 2024 10:55:24 +0200 Subject: [PATCH] modifying the list of supported languages --- config/Master-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Master-template.php b/config/Master-template.php index 8605728a2..ecd11e160 100644 --- a/config/Master-template.php +++ b/config/Master-template.php @@ -187,10 +187,10 @@ class Master 'nb' => ['display' => 'norsk', 'locale' => 'nb_NO.utf8', 'latin_based' => TRUE, 'rtl' => FALSE], 'pl' => ['display' => 'Polski', 'locale' => 'pl_PL.utf8', 'latin_based' => TRUE, 'rtl' => FALSE], 'pt' => ['display' => 'Português', 'locale' => 'pt_PT.utf8', 'latin_based' => TRUE, 'rtl' => FALSE], -// 'sl' => ['display' => 'Slovenščina', 'locale' => 'sl_SI.utf8', 'latin_based' => TRUE, 'rtl' => FALSE], + 'sl' => ['display' => 'Slovenščina', 'locale' => 'sl_SI.utf8', 'latin_based' => TRUE, 'rtl' => FALSE], // 'sr' => ['display' => 'Srpski', 'locale' => 'sr_RS@latin', 'latin_based' => TRUE, 'rtl' => FALSE], 'fi' => ['display' => 'Suomi', 'locale' => 'fi_FI.utf8', 'latin_based' => TRUE, 'rtl' => FALSE], -// 'tr' => ['display' => 'Türkçe', 'locale' => 'tr_TR.utf8', 'latin_based' => TRUE, 'rtl' => FALSE], + 'tr' => ['display' => 'Türkçe', 'locale' => 'tr_TR.utf8', 'latin_based' => TRUE, 'rtl' => FALSE], 'uk' => ['display' => 'Українська', 'locale' => 'uk_UA.utf8', 'latin_based' => FALSE, 'rtl' => FALSE], // For the following languages, partial translations exist in Transifex, but // they are not complete enough for display. There are even more in the "translation/" subdir.