MediaWiki  REL1_24
MessagesArq.php
Go to the documentation of this file.
00001 <?php
00011 $digitTransformTable = array();
00012 
00013 $separatorTransformTable = array(
00014     '.' => ',',
00015     ',' => '.'
00016 );
00017 
00018 $fallback = 'ar';
00019