MediaWiki REL1_34
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.
Definition Language.php:37