From: philippe_mingo Date: Thu, 4 Oct 2001 17:44:36 +0000 (+0000) Subject: Adding Lithuanian translations. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a1c027d3c08556b09600d499b0a1329881745a64 Adding Lithuanian translations. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1545 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/i18n.php b/functions/i18n.php index c015676f..734b915f 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -129,6 +129,10 @@ $languages['th']['NAME'] = 'Thai'; $languages['th']['CHARSET'] = 'tis-620'; + $languages['lt']['NAME'] = 'Lithuanian'; + $languages['lt']['CHARSET'] = 'iso-8859-13'; + $languages['lt_LT']['ALIAS'] = 'lt'; + // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { global $debug_mime;