Updates and polishing
[mediawiki.git] / languages / LanguagePs.php
blobea5fa1bf712fc500756462fbd9b3f6a5cdbc0ca6
1 <?php
2 /**
3 * @package MediaWiki
4 * @subpackage Language
5 */
7 # Stub for Pashto
9 require_once( "LanguageUtf8.php" );
11 class LanguagePs 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;