Added sk_SK (Slovak) language locales
authorondrass <ondrass@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Sep 2001 08:21:26 +0000 (08:21 +0000)
committerondrass <ondrass@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Sep 2001 08:21:26 +0000 (08:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1517 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index 5f94e0a70d78ed93ce0d1f2c1e6043ff2568647d..1c7111c6f7ae690139dc1774d343ce9cf23b7558 100644 (file)
    $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) {