MediaWiki REL1_37
LanguageQqx.php
Go to the documentation of this file.
1<?php
33class LanguageQqx extends Language {
38 public function getMessage( $key ) {
39 return "($key$*)";
40 }
41}
For all translated messages, this returns the name of the message bracketed.
getMessage( $key)
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition Language.php:42