Vietnamese
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 Feb 2003 13:37:09 +0000 (13:37 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 Feb 2003 13:37:09 +0000 (13:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4523 7612ce4b-ef26-0410-bec9-ea0150e637f0

AUTHORS
ChangeLog
functions/i18n.php

diff --git a/AUTHORS b/AUTHORS
index a50e19ba942fc90ec543d2701062c5b7ed68d660..89a42fdacfc7d1070f8ed98aea16050cb2a2c84b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -77,7 +77,8 @@
    Taiwan        Ching <ching@kiwa.com.tw>
    Thai          Nartpong Ampornaramweth <yongnarak@yahoo.com>  
    Turkish       Volkan Yildirim <volkan@ozzmosis.pleksus.net.tr>
+   Vietnamese    Le Viet Hung <heros@hcm.fpt.vn>
+
  Significant Contributions:
  --------------------------
    i18n support:        Sergiusz Pawlowicz 
index 880fe2be0d04cc25467be58cebdb03495029a74a..4621ef2e3e1ef323b0e5f3867aa0599323969f7a 100644 (file)
--- 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.
index 31721903dfa8b998f8190a2f02b5503b95020eb7..6ed513b7e5c8d054889c484192bc773f1b8870bf 100644 (file)
@@ -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;