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

Change subject: Localize NS_TOPIC to 'Tema' for Catalan
......................................................................


Localize NS_TOPIC to 'Tema' for Catalan

Bug: T99217
Change-Id: I859621a2b44b5066f85bcf10b44f521ccab435df
---
M Flow.namespaces.php
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/Flow.namespaces.php b/Flow.namespaces.php
index 816cc9c..a46409a 100644
--- a/Flow.namespaces.php
+++ b/Flow.namespaces.php
@@ -14,6 +14,11 @@
        NS_TOPIC =>  'Asuntu',
 );
 
+/** Catalan */
+$namespaceNames['ca'] = array(
+       NS_TOPIC =>  'Tema',
+);
+
 /** German */
 $namespaceNames['de'] = array(
        NS_TOPIC =>  'Thema',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I859621a2b44b5066f85bcf10b44f521ccab435df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>
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