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

Change subject: Add Korean translation
......................................................................


Add Korean translation

주제 matches the translation in i18n/ko.json so there should be
no problem with the existing translations.

Change-Id: Id9c83b17d75529adfa4b909c149e3afac6037317
---
M Flow.namespaces.php
1 file changed, 4 insertions(+), 0 deletions(-)

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



diff --git a/Flow.namespaces.php b/Flow.namespaces.php
index c74f8eb..387e6e5 100644
--- a/Flow.namespaces.php
+++ b/Flow.namespaces.php
@@ -79,6 +79,10 @@
         NS_TOPIC =>  'Argomento',
 );
 
+/** Korean */
+$namespaceNames['ko'] = array(
+       NS_TOPIC => '주제',
+);
 /** Luxembourgish */
 $namespaceNames['lb'] = array(
        NS_TOPIC =>  'Thema',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id9c83b17d75529adfa4b909c149e3afac6037317
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Revi <reviw...@gmail.com>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to