blob: 054f42729ed3bd47b645c1e9eb0f21daf50ea0cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/** Ladino (Hebrew script) (לאדינו)
*
* Limited support language without full localization yet.
* This file only exists to provide correct content direction.
*
* @file
* @ingroup Languages
*/
$rtl = true;
|