From c45c3f60f4ff4c2140e1183177f587d8dedfd71b Mon Sep 17 00:00:00 2001 From: ondrass Date: Mon, 24 Sep 2001 08:21:26 +0000 Subject: [PATCH] Added sk_SK (Slovak) language locales git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1517 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/i18n.php b/functions/i18n.php index 5f94e0a7..1c7111c6 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -119,6 +119,9 @@ $languages['tw']['CHARSET'] = 'big5'; $languages['tw_TW']['ALIAS'] = 'tw'; + $languages['sk']['NAME'] = 'Slovak'; + $languages['sk']['CHARSET'] = 'iso-8859-2'; + $languages['sk_SK']['ALIAS'] = 'sk'; // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { -- 2.25.1