wiki.techinc.nl/languages/messages/MessagesArq.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
205 B
PHP
Raw Normal View History

<?php
/** Algerian Spoken Arabic (جزائري)
*
* @file
* @ingroup Languages
*/
$fallback = 'ar';
$rtl = true;
$digitTransformTable = [];
$separatorTransformTable = [
'.' => ',',
',' => '.'
];