blob: 9a15c475559e9c3ab3c6dd1eac6b8908223291b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?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;
|