* (bug 16638) 8-bit URL fallback encoding now set on additional languages using
Arabic script (Persian, Urdu, Sindhi, Punjabi)
This commit is contained in:
parent
c849919a8b
commit
375cd55eaa
5 changed files with 8 additions and 0 deletions
|
|
@ -418,6 +418,8 @@ The following extensions are migrated into MediaWiki 1.14:
|
|||
pages with preformatted text difficult
|
||||
* (bug 15849) Special:Movepage now throws a more specific error when trying to
|
||||
move a title to an interwiki target
|
||||
* (bug 16638) 8-bit URL fallback encoding now set on additional languages using
|
||||
Arabic script (Persian, Urdu, Sindhi, Punjabi)
|
||||
|
||||
=== API changes in 1.14 ===
|
||||
|
||||
|
|
|
|||
|
|
@ -153,6 +153,8 @@ $digitTransformTable = array(
|
|||
',' => '٬', # ٬
|
||||
);
|
||||
|
||||
$fallback8bitEncoding = 'windows-1256';
|
||||
|
||||
$rtl = true;
|
||||
$defaultUserOptionOverrides = array(
|
||||
# Swap sidebar to right side by default
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
* @author Khalid Mahmood
|
||||
*/
|
||||
|
||||
$fallback8bitEncoding = 'windows-1256';
|
||||
|
||||
$messages = array(
|
||||
# Dates
|
||||
'sun' => 'اتوار',
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
* @author Aursani
|
||||
*/
|
||||
|
||||
$fallback8bitEncoding = 'windows-1256';
|
||||
$rtl = true;
|
||||
|
||||
$namespaceNames = array(
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
* @author לערי ריינהארט
|
||||
*/
|
||||
|
||||
$fallback8bitEncoding = 'windows-1256';
|
||||
$rtl = true;
|
||||
$defaultUserOptionOverrides = array(
|
||||
# Swap sidebar to right side by default
|
||||
|
|
|
|||
Loading…
Reference in a new issue