Adding Uighur language support
This commit is contained in:
parent
d76286bba2
commit
2eae6ec418
2 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,7 @@ Version 1.5.1 -- CVS
|
||||||
- Uneditable address book entries no longer have checkboxes on addresses page.
|
- Uneditable address book entries no longer have checkboxes on addresses page.
|
||||||
- Alignment of title text above folder list fixed.
|
- Alignment of title text above folder list fixed.
|
||||||
- Changed structure of xtra_code functions that are used by some translations.
|
- Changed structure of xtra_code functions that are used by some translations.
|
||||||
|
- Added Uighur language support.
|
||||||
|
|
||||||
Version 1.5.0
|
Version 1.5.0
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -627,6 +627,10 @@ $languages['he_IL']['LOCALE'] = 'he_IL.CP1255';
|
||||||
$languages['he_IL']['DIR'] = 'rtl';
|
$languages['he_IL']['DIR'] = 'rtl';
|
||||||
$languages['he']['ALIAS'] = 'he_IL';
|
$languages['he']['ALIAS'] = 'he_IL';
|
||||||
|
|
||||||
|
$languages['ug']['NAME'] = 'Uighur';
|
||||||
|
$languages['ug']['CHARSET'] = 'utf-8';
|
||||||
|
$languages['ug']['DIR'] = 'rtl';
|
||||||
|
|
||||||
/* Detect whether gettext is installed. */
|
/* Detect whether gettext is installed. */
|
||||||
$gettext_flags = 0;
|
$gettext_flags = 0;
|
||||||
if (function_exists('_')) {
|
if (function_exists('_')) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue