From 29a9c61f78691c15ed56f644b84c4834e94ce7e8 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Tue, 7 Mar 2000 22:22:20 +0000 Subject: [PATCH] updated for german translation git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@284 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/i18n.php b/functions/i18n.php index 11f1f64d..f89655f4 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -18,6 +18,8 @@ $languages[0]["CODE"] = "en"; $languages[1]["NAME"] = "Norsk"; $languages[1]["CODE"] = "no"; + $languages[2]["NAME"] = "German"; + $languages[2]["CODE"] = "ger"; // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { -- 2.25.1