From 709a1a6d2b6881c1e57e542579436a8f9a909ac3 Mon Sep 17 00:00:00 2001 From: ondrass Date: Mon, 24 Sep 2001 08:39:25 +0000 Subject: [PATCH] Correct slovak locale naming is sk_SK not only sk, this is bug in locale settings in sqmail, I think. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1519 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/i18n.php b/functions/i18n.php index 1c7111c6..28bb04e4 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -119,9 +119,8 @@ $languages['tw']['CHARSET'] = 'big5'; $languages['tw_TW']['ALIAS'] = 'tw'; - $languages['sk']['NAME'] = 'Slovak'; - $languages['sk']['CHARSET'] = 'iso-8859-2'; - $languages['sk_SK']['ALIAS'] = 'sk'; + $languages['sk_SK']['NAME'] = 'Slovak'; + $languages['sk_SK']['CHARSET'] = 'iso-8859-2'; // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { -- 2.25.1