11 lines
221 B
PHP
11 lines
221 B
PHP
<?php
|
|
/** Assyrian Neo-Aramaic (ܣܘܪܝܬ)
|
|
*
|
|
* Limited support language without full localization yet.
|
|
* This file only exists to provide correct content direction.
|
|
*
|
|
* @file
|
|
* @ingroup Languages
|
|
*/
|
|
|
|
$rtl = true;
|