瀏覽代碼

Adding Uighur language support

tokul 21 年之前
父節點
當前提交
2eae6ec418
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 1 0
      ChangeLog
  2. 4 0
      functions/i18n.php

+ 1 - 0
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
 --------------------

+ 4 - 0
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('_')) {