From: tokul Date: Mon, 9 Aug 2004 12:25:26 +0000 (+0000) Subject: Adding Uighur language support X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2ba590f9b78c278b35a17b3d5b95a9ae78b4ec96;p=squirrelmail.git Adding Uighur language support git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7863 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index ac2831ff..b3a2be6b 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 056d7095..83dfe306 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('_')) {