From fbf77b4493f1b77c99751d8a86365c712ae3fb1b Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 18 Nov 2005 10:35:15 -0500 Subject: [PATCH] Added Japanese localization --- program/localization/index.inc | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/program/localization/index.inc b/program/localization/index.inc index 66b945a..3386ebd 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -37,11 +37,12 @@ 'el' => 'Greek', 'hu' => 'Hungarian', 'it' => 'Italiano', - 'jp' => 'Japanese', + 'ja' => 'Japanese', 'kr' => 'Korean', 'lv' => 'Latvian', 'nl' => 'Nederlands', - 'no' => 'Norsk (bokmål)', + 'nb_NO' => 'Norsk (bokmål)', + 'nn_NO' => 'Norsk (nynorsk)', 'fa' => 'Persian', 'pl' => 'Polski', 'pt' => 'Portuguese (Standard)', @@ -55,4 +56,15 @@ 'vn' => 'Vietnamese' ); + +$rcube_charsets = array( + 'cz' => 'Windows-1250', + 'ru' => 'Windows-1251', + 'lv' => 'ISO-8859-2', + 'pl' => 'ISO-8859-2', + 'el' => 'ISO-8859-7', + 'tw' => 'BIG5', + 'ja' => 'UTF-8' +); + ?> \ No newline at end of file -- Gitblit v1.9.1