From a1c027d3c08556b09600d499b0a1329881745a64 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 4 Oct 2001 17:44:36 +0000 Subject: [PATCH] Adding Lithuanian translations. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1545 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.25.1