From 2d26851498af0ee757ff9b5eb35ff0fc4b1dfdb2 Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 19 May 2004 14:42:30 +0000 Subject: [PATCH] Adding Basque support git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7492 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/i18n.php b/functions/i18n.php index 77a6abe6..b9b22c4a 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -420,6 +420,11 @@ $languages['et_EE']['CHARSET'] = 'iso-8859-15'; $languages['et_EE']['LOCALE'] = 'et_EE.ISO8859-15'; $languages['et']['ALIAS'] = 'et_EE'; +$languages['eu_ES']['NAME'] = 'Basque'; +$languages['eu_ES']['CHARSET'] = 'iso-8859-1'; +$languages['eu_ES']['LOCALE'] = 'eu_ES.ISO8859-1'; +$languages['eu']['ALIAS'] = 'eu_ES'; + $languages['fo_FO']['NAME'] = 'Faroese'; $languages['fo_FO']['CHARSET'] = 'iso-8859-1'; $languages['fo_FO']['LOCALE'] = 'fo_FO.ISO8859-1'; -- 2.25.1