To allow correct RTL display before full localization support. Bug: T373561 Change-Id: I2edda23063a4c7d5490da7b920c5f7867ec3c5b2
11 lines
228 B
PHP
11 lines
228 B
PHP
<?php
|
|
/** Haryanvi (Arabic script; ہریانوی)
|
|
*
|
|
* Limited support language without full localization yet.
|
|
* This file only exists to provide correct content direction.
|
|
*
|
|
* @file
|
|
* @ingroup Languages
|
|
*/
|
|
|
|
$rtl = true;
|