jenkins-bot has submitted this change and it was merged.

Change subject: Vietnamese namespace and special page alias
......................................................................


Vietnamese namespace and special page alias

Change-Id: I8f03f20ef1e66c5026b81d5a7468afb5d4cb4029
---
M Flow.alias.php
M Flow.namespaces.php
2 files changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Flow.alias.php b/Flow.alias.php
index 882a55c..007e894 100644
--- a/Flow.alias.php
+++ b/Flow.alias.php
@@ -77,6 +77,12 @@
        'Flow' => array( 'Flöde' ),
 );
 
+/** Vietnamese (Tiếng Việt) */
+$specialPageAliases['vi'] = array(
+       'Flow' => array( 'Flow' ),
+       'EnableFlow' => array( 'Kích_hoạt_Flow' ),
+);
+
 /** Simplified Chinese (中文(简体)‎) */
 $specialPageAliases['zh-hans'] = array(
        'EnableFlow' => array( '启用Flow' ),
diff --git a/Flow.namespaces.php b/Flow.namespaces.php
index 7412c45..bdbc759 100644
--- a/Flow.namespaces.php
+++ b/Flow.namespaces.php
@@ -119,6 +119,11 @@
        NS_TOPIC =>  'موضوع',
 );
 
+/** Vietnamese */
+$namespaceNames['vi'] = array(
+       NS_TOPIC =>  'Đề_tài',
+);
+
 /** Yiddish */
 $namespaceNames['yi'] = array(
        NS_TOPIC =>  'טעמע',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8f03f20ef1e66c5026b81d5a7468afb5d4cb4029
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mxn <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to