Adding Uighur language support
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Aug 2004 12:25:26 +0000 (12:25 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Aug 2004 12:25:26 +0000 (12:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7863 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
functions/i18n.php

index ac2831ff2df6b1bb559bdd755377d9c6306e9816..b3a2be6be1babdc179738ddcb8c736dfcee89fa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,7 @@ Version 1.5.1 -- CVS
   - Uneditable address book entries no longer have checkboxes on addresses page.
   - Alignment of title text above folder list fixed.
   - Changed structure of xtra_code functions that are used by some translations.
+  - Added Uighur language support.
 
 Version 1.5.0
 --------------------
index 056d709585b9bdc22e80bfd1d0e1ead9eba9c67f..83dfe3063cef78140383525d1f661ba17bfc8c18 100644 (file)
@@ -627,6 +627,10 @@ $languages['he_IL']['LOCALE']  = 'he_IL.CP1255';
 $languages['he_IL']['DIR']     = 'rtl';
 $languages['he']['ALIAS']      = 'he_IL';
 
+$languages['ug']['NAME']    = 'Uighur';
+$languages['ug']['CHARSET'] = 'utf-8';
+$languages['ug']['DIR']     = 'rtl';
+
 /* Detect whether gettext is installed. */
 $gettext_flags = 0;
 if (function_exists('_')) {