From c5d87fa3dee2df225b22842e45a34f6cd4d75686 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 13 Feb 2003 13:37:09 +0000 Subject: [PATCH] Vietnamese git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4523 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- AUTHORS | 3 ++- ChangeLog | 1 + functions/i18n.php | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index a50e19ba..89a42fda 100644 --- a/AUTHORS +++ b/AUTHORS @@ -77,7 +77,8 @@ Taiwan Ching Thai Nartpong Ampornaramweth Turkish Volkan Yildirim - + Vietnamese Le Viet Hung + Significant Contributions: -------------------------- i18n support: Sergiusz Pawlowicz diff --git a/ChangeLog b/ChangeLog index 880fe2be..4621ef2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Version 1.4.0 CVS ------------------- + - Added Vietnamese translation. - Fixed the newmail plugin. - Added RECENT response to sqimap_get_status. - Fixed attachment filename resolving. diff --git a/functions/i18n.php b/functions/i18n.php index 31721903..6ed513b7 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -1354,6 +1354,9 @@ $languages['he_IL']['CHARSET'] = 'windows-1255'; $languages['he_IL']['DIR'] = 'rtl'; $languages['he']['ALIAS'] = 'he_IL'; +$languages['vi_VN']['NAME'] = 'Vietnamese'; +$languages['vi_VN']['CHARSET'] = 'utf-8'; +$languages['vi']['ALIAS'] = 'vi_VN'; /* Detect whether gettext is installed. */ $gettext_flags = 0; -- 2.25.1