jenkins-bot has submitted this change and it was merged. Change subject: Move intuition/dcatap into its own repo ......................................................................
Move intuition/dcatap into its own repo Messages of this tool are now maintained in the source repository at https://gerrit.wikimedia.org/r/operations/dumps/dcat instead of shipped with the main Intuition library. Bug: T122975 Change-Id: Ie4067d57cfc9ce76cd671ca07ed2ebfaa1525f06 --- M REPOCONF M TranslateSettings.php M bin/EXTERNAL-PROJECTS M bin/repocommit M bin/repoexport M bin/repoupdate A groups/Intuition/dcatap.yaml M groups/Intuition/intuition-textdomains.txt 8 files changed, 25 insertions(+), 2 deletions(-) Approvals: Nikerabbit: Looks good to me, approved jenkins-bot: Verified diff --git a/REPOCONF b/REPOCONF index fe484e7..3e77a13 100644 --- a/REPOCONF +++ b/REPOCONF @@ -23,6 +23,7 @@ REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train" REPO_INATURALIST=git://github.com/inaturalist/inaturalist.git REPO_INTUITION=git://github.com/Krinkle/intuition.git +REPO_INTDCATAP=https://gerrit.wikimedia.org/r/operations/dumps/dcat 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 diff --git a/TranslateSettings.php b/TranslateSettings.php index b491663..a7786ab 100644 --- a/TranslateSettings.php +++ b/TranslateSettings.php @@ -316,6 +316,7 @@ $wgTranslateGroupFiles[] = "$GROUPS/Intuition/IntuitionAgg.yaml"; $wgTranslateGroupFiles[] = "$GROUPS/Intuition/orphantalk.yaml"; $wgTranslateGroupFiles[] = "$GROUPS/Intuition/raun.yaml"; +$wgTranslateGroupFiles[] = "$GROUPS/Intuition/dcatap.yaml"; $wgNamespaceAliases['Toolserver'] = 1240; $wgNamespaceAliases['Toolserver_talk'] = 1240; $wgTranslateSupportUrlNamespace[NS_INTUITION] = array( diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS index e55953d..dc5114f 100644 --- a/bin/EXTERNAL-PROJECTS +++ b/bin/EXTERNAL-PROJECTS @@ -9,6 +9,7 @@ huggle ihris inaturalist +int-dcatap int-orphantalk int-raun intuition diff --git a/bin/repocommit b/bin/repocommit index 57285ab..811ced3 100755 --- a/bin/repocommit +++ b/bin/repocommit @@ -83,6 +83,7 @@ # TODO: Move to separate file? GERRITPROJECTS="\ crosswatch \ +int-dcatap \ pywikibot \ wikimania \ wikipedia-android" diff --git a/bin/repoexport b/bin/repoexport index b3c916f..0a135a5 100755 --- a/bin/repoexport +++ b/bin/repoexport @@ -76,6 +76,10 @@ then php "$EXPORTER" --target . --group=tsint* --lang='*' --skip "$SKIPLANGS" +elif [ "$PROJECT" = "int-dcatap" ] +then + php "$EXPORTER" --target . --group=int-dcatap --lang='*' --skip "$SKIPLANGS" + elif [ "$PROJECT" = "int-orphantalk" ] then php "$EXPORTER" --target . --group=int-orphantalk --lang='*' --skip "$SKIPLANGS" diff --git a/bin/repoupdate b/bin/repoupdate index f293cef..fd91873 100755 --- a/bin/repoupdate +++ b/bin/repoupdate @@ -86,6 +86,7 @@ done GITCLUPDATE_GERRIT="\ +int-dcatap \ pywikibot \ wikimania" diff --git a/groups/Intuition/dcatap.yaml b/groups/Intuition/dcatap.yaml new file mode 100644 index 0000000..d6d86c3 --- /dev/null +++ b/groups/Intuition/dcatap.yaml @@ -0,0 +1,16 @@ +--- +BASIC: + id: int-dcatap + label: DCAT-AP + namespace: NS_INTUITION + class: FileBasedMessageGroup + +MANGLER: + class: StringMatcher + prefix: dcatap- + patterns: + - "*" + +FILES: + class: JsonFFS + sourcePattern: "%GROUPROOT%/int-dcatap/i18n/%CODE%.json" diff --git a/groups/Intuition/intuition-textdomains.txt b/groups/Intuition/intuition-textdomains.txt index ebb0b20..8ac99ab 100644 --- a/groups/Intuition/intuition-textdomains.txt +++ b/groups/Intuition/intuition-textdomains.txt @@ -7,8 +7,6 @@ Cvn Overlay -Dcatap - General optional = colon-separator, dateformat, parentheses, comma-separator, word-separator -- To view, visit https://gerrit.wikimedia.org/r/262919 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie4067d57cfc9ce76cd671ca07ed2ebfaa1525f06 Gerrit-PatchSet: 3 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Lokal Profil <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
