wiki.techinc.nl/languages/messages/MessagesLuz.php
Amir Aharoni c99384227c A tiny cleanup in some Messages*.php files
* Put $fallback and $rtl at the top, as they are in most files.
  In some files they were at the bottom or at the middle,
  which made them hard to find.
* Add empty lines consistently next to them.
* Add $rtl = true to Arq. It apparently worked without it,
  but it should be explicit for consistency.

Change-Id: I6c74b1501375bcc31db36193da24d4d95a8c3fef
2021-03-29 17:43:46 +03:00

12 lines
190 B
PHP

<?php
/** Southern Luri (لئری دوٙمینی)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*/
$fallback = 'fa';
$rtl = true;