Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/translations/ChineseTr.php')
-rw-r--r--src/translations/ChineseTr.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index afabcc6b..e6769dbf 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -8,10 +8,12 @@ namespace PHPPgAdmin\Translations;
/**
* Class providing translation for ChineseTr language.
+ *
+ * @SuppressWarnings(PHPMD)
*/
-class ChineseTr extends English
+class ChineseTr extends AbstractLang
{
- public function getLang()
+ public function getLang(): array
{
$lang = $this->lang; // Language and character set
$lang['applang'] = '正體中文(big5)';