MediaWiki REL1_35
MessagesAry.php
Go to the documentation of this file.
1<?php
11$fallback = 'ar';
12
13$rtl = true;
14
15// (T18469) Override Eastern Arabic numberals, use Western
17 '0' => '0',
18 '1' => '1',
19 '2' => '2',
20 '3' => '3',
21 '4' => '4',
22 '5' => '5',
23 '6' => '6',
24 '7' => '7',
25 '8' => '8',
26 '9' => '9',
27];
28
30 '.' => '.',
31 ',' => ',',
32];
$fallback
$separatorTransformTable
$digitTransformTable
$rtl