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