* Removing the if($wgMetaNamespace === FALSE) line, inherited from the parent.
[mediawiki.git] / languages / LanguageUr.php
blobdada493eb158b5ba74ac7994ba87c410aa3c87f4
1 <?php
2 /**
3 * @package MediaWiki
4 * @subpackage Language
5 */
7 # Stub for Urdu
9 require_once( "LanguageUtf8.php" );
11 class LanguageUr extends LanguageUtf8 {
13 function getDefaultUserOptions() {
14 $opt = Language::getDefaultUserOptions();
15 $opt["quickbar"] = 2; # Right-to-left
16 $opt["underline"] = 0; # Underline is hard to read in Arabic script
17 return $opt;
20 # For right-to-left language support
21 function isRTL() {
22 return true;