MediaWiki  1.34.0
LanguageQqx.php
Go to the documentation of this file.
1 <?php
33 class LanguageQqx extends Language {
38  public function getMessage( $key ) {
39  return "($key$*)";
40  }
41 }
LanguageQqx
For all translated messages, this returns the name of the message bracketed.
Definition: LanguageQqx.php:33
LanguageQqx\getMessage
getMessage( $key)
Definition: LanguageQqx.php:38
Language
Internationalisation code.
Definition: Language.php:37