MediaWiki master
LanguageQqx.php
Go to the documentation of this file.
1<?php
36class LanguageQqx extends Language {
37 public function getMessage( $key ) {
38 // Special value replaced in Message::format()
39 return '($*)';
40 }
41}
Dummy language that returns the message names.
getMessage( $key)
Base class for language-specific code.
Definition Language.php:63