Minimal support for this language to allow right to left reading and writing. Similar to MessagesPhr.php. Bug: T369578 Change-Id: I977c8aa3964ef0d04afda46ab29609d0c7ce5594
11 lines
212 B
PHP
11 lines
212 B
PHP
<?php
|
|
/** Torwali (توروالی)
|
|
*
|
|
* Limited support language without full localization yet.
|
|
* This file only exists to provide correct content direction.
|
|
*
|
|
* @file
|
|
* @ingroup Languages
|
|
*/
|
|
|
|
$rtl = true;
|