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/ChineseUtf8ZhTw.php')
-rw-r--r--src/translations/ChineseUtf8ZhTw.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index a0a01a59..7edf1027 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -8,10 +8,12 @@ namespace PHPPgAdmin\Translations;
/**
* Class providing translation for ChineseUtf8ZhTw language.
+ *
+ * @SuppressWarnings(PHPMD)
*/
-class ChineseUtf8ZhTw extends English
+class ChineseUtf8ZhTw extends AbstractLang
{
- public function getLang()
+ public function getLang(): array
{
$lang = $this->lang; // Language and character set
$lang['applang'] = '正體中文(UTF-8)';