Gergő Tisza has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/254814

Change subject: Hungarian localization for special messages
......................................................................

Hungarian localization for special messages

Bug: T119365
Change-Id: I0263ddb1e9c6cf302fd2d4b815d897fd7c0f7384
---
M Flow.alias.php
M Flow.namespaces.php
2 files changed, 11 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/14/254814/1

diff --git a/Flow.alias.php b/Flow.alias.php
index 1708134..c935dbc 100644
--- a/Flow.alias.php
+++ b/Flow.alias.php
@@ -47,6 +47,11 @@
        'EnableFlow' => array( 'הפעלת_זרימה' ),
 );
 
+/** Hungarian (magyar) */
+$specialPageAliases['hu'] = array(
+       'EnableFlow' => array( 'Flow bekapcsolása' ),
+);
+
 /** Korean (한국어) */
 $specialPageAliases['ko'] = array(
        'Flow' => array( '플로우' ),
@@ -98,4 +103,4 @@
 $specialPageAliases['zh-hant'] = array(
        'Flow' => array( '流動量' ),
        'EnableFlow' => array( '啟用流動量' ),
-);
\ No newline at end of file
+);
diff --git a/Flow.namespaces.php b/Flow.namespaces.php
index 2a7d499..c982dd9 100644
--- a/Flow.namespaces.php
+++ b/Flow.namespaces.php
@@ -79,6 +79,11 @@
        NS_TOPIC =>  'נושא',
 );
 
+/** Hungarian */
+$namespaceNames['hu'] = array(
+       NS_TOPIC =>  'Téma',
+);
+
 /** Italian */
 $namespaceNames['it'] = array(
         NS_TOPIC =>  'Argomento',

-- 
To view, visit https://gerrit.wikimedia.org/r/254814
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0263ddb1e9c6cf302fd2d4b815d897fd7c0f7384
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Gergő Tisza <gti...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to