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