git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7863
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- 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
--------------------
$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('_')) {