diff --git a/ChangeLog b/ChangeLog index ac2831ff2..b3a2be6be 100644 --- 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 -------------------- diff --git a/functions/i18n.php b/functions/i18n.php index 056d70958..83dfe3063 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -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('_')) {