Kenrick95 has uploaded a new change for review.

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

Change subject: Move kenrick95/raun to own repo
......................................................................

Move kenrick95/raun to own repo

Change-Id: I1e5da35a0681adfeb5e96ab0732f25df753e9063
---
M REPOCONF
M TranslateSettings.php
M bin/EXTERNAL-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M groups/Intuition/intuition-textdomains.txt
A groups/Intuition/raun.yaml
8 files changed, 25 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/42/256442/1

diff --git a/REPOCONF b/REPOCONF
index 3f3195a..484dffc 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -24,6 +24,7 @@
 REPO_INATURALIST=git://github.com/inaturalist/inaturalist.git
 REPO_INTUITION=git://github.com/Krinkle/intuition.git
 REPO_INTORPHANTALK=git://github.com/Krinkle/mw-tool-orphantalk.git
+REPO_INTRAUN=git://github.com/kenrick95/Raun.git
 REPO_JQUERY_ULS=git://github.com/wikimedia/jquery.uls.git
 REPO_KIWIX=git://git.code.sf.net/p/kiwix/maintenance
 REPO_MANTIS=git://github.com/mantisbt/mantisbt.git
diff --git a/TranslateSettings.php b/TranslateSettings.php
index 66d6166..be27b33 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -315,6 +315,7 @@
 wfAddNamespace( 1240, 'Intuition' );
 $wgTranslateGroupFiles[] = "$GROUPS/Intuition/IntuitionAgg.yaml";
 $wgTranslateGroupFiles[] = "$GROUPS/Intuition/orphantalk.yaml";
+$wgTranslateGroupFiles[] = "$GROUPS/Intuition/raun.yaml";
 $wgNamespaceAliases['Toolserver'] = 1240;
 $wgNamespaceAliases['Toolserver_talk'] = 1240;
 $wgTranslateSupportUrlNamespace[NS_INTUITION] = array(
diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 16e7c2e..0848cee 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -12,6 +12,7 @@
 inaturalist
 intuition
 int-orphantalk
+int-raun
 jquery.uls
 kiwix
 mantis
diff --git a/bin/repocommit b/bin/repocommit
index 7094df9..a36cc17 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -46,6 +46,7 @@
 huggle \
 intuition \
 int-orphantalk \
+int-raun \
 jquery.uls \
 kiwix \
 mantis \
diff --git a/bin/repoexport b/bin/repoexport
index d60143d..7a15bf4 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -80,6 +80,10 @@
 then
        php "$EXPORTER" --target . --group=int-orphantalk --lang='*' --skip 
"$SKIPLANGS" $HOURS
 
+elif [ "$PROJECT" = "int-raun" ]
+then
+       php "$EXPORTER" --target . --group=int-raun --lang='*' --skip 
"$SKIPLANGS" $HOURS
+
 elif [ "$PROJECT" = "jquery.uls" ]
 then
        php "$EXPORTER" --target . --group=out-jquery-uls --lang='*' --skip 
en,qqq $THRESHOLD
diff --git a/bin/repoupdate b/bin/repoupdate
index 747640a..f28f997 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -76,6 +76,7 @@
 entryscape \
 huggle \
 int-orphantalk \
+int-raun \
 wikiedudashboard \
 wikipedia-android \
 wikipedia-ios \
diff --git a/groups/Intuition/intuition-textdomains.txt 
b/groups/Intuition/intuition-textdomains.txt
index a9b769d..ebb0b20 100644
--- a/groups/Intuition/intuition-textdomains.txt
+++ b/groups/Intuition/intuition-textdomains.txt
@@ -39,11 +39,6 @@
 
 Recent Anonymous Activity
 
-Raun
-ignored = ns, ns0, ns1, ns10, ns100, ns101
-ignored = ns11, ns12, ns13, ns14, ns15, ns2
-ignored = ns3, ns4, ns5, ns6, ns7, ns8, ns9
-
 Rtrc
 ignored = rtrc-months
 
diff --git a/groups/Intuition/raun.yaml b/groups/Intuition/raun.yaml
new file mode 100644
index 0000000..fd13ab9
--- /dev/null
+++ b/groups/Intuition/raun.yaml
@@ -0,0 +1,16 @@
+---
+BASIC:
+  id: int-raun
+  label: Raun
+  namespace: NS_INTUITION
+  class: FileBasedMessageGroup
+
+MANGLER:
+  class: StringMatcher
+  prefix: orphantalk2-
+  patterns:
+    - "*"
+
+FILES:
+  class: JsonFFS
+  sourcePattern: "%GROUPROOT%/int-raun/messages/%CODE%.json"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e5da35a0681adfeb5e96ab0732f25df753e9063
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Kenrick95 <kenric...@gmail.com>

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

Reply via email to