From 54f6276cde9b6b8b7e6f037b58ab2923d6bc3f6e Mon Sep 17 00:00:00 2001 From: r12a Date: Fri, 25 Apr 2025 11:35:34 +0100 Subject: [PATCH 1/3] Split i18n LE out for public-i18n-core --- mls.json | 73 ++++++++++++++++++++------------------------------------ 1 file changed, 26 insertions(+), 47 deletions(-) diff --git a/mls.json b/mls.json index 076985b..794d97b 100755 --- a/mls.json +++ b/mls.json @@ -842,16 +842,10 @@ }, "digest:wednesday": [ { + "topic": "i18n WG projects" "repos": [ - "w3c/afrlreq", - "w3c/alreq", - "w3c/amlreq", "w3c/bp-i18n-specdev", "w3c/charmod-norm", - "w3c/clreq", - "w3c/elreq", - "w3c/eurlreq", - "w3c/hlreq", "w3c/i18n-checker", "w3c/i18n-discuss", "w3c/i18n-drafts", @@ -860,58 +854,19 @@ "w3c/i18n-requests", "w3c/i18n-tests", "w3c/i18n-translations", - "w3c/iip", - "w3c/ilreq", "w3c/its2req", - "w3c/jlreq-d", - "w3c/jlreq", - "w3c/klreq", "w3c/localizable-manifests", "w3c/ltli", - "w3c/mlreq", "w3c/mlw-metadata-us-impl", "w3c/predefined-counter-styles", - "w3c/sealreq", "w3c/string-meta", "w3c/string-search", "w3c/timezone", - "w3c/tlreq", - "w3c/type-samples", - "w3c/typography", "w3c/unicode-xml" ], - "topic": "I18n repos" }, - { "repos": ["w3c/i18n-activity"], "topic": "Tracker items" }, - { - "repos": [ - "whatwg/encoding", - "whatwg/html", - "whatwg/url", - "whatwg/webidl", - "openui/open-ui" - ], - "repoList": "https://w3c.github.io/validate-repos/hr-repos.json", - "eventFilter": { - "label": [ - "i18n", - "i18n-comment", - "i18n-tracking", - "HR:i18n-comment", - "HR:i18n-tracking", - "i18n-review", - "i18n-needs-resolution", - "i18n-tracker" - ] - }, - "topic": "Review comments" - } - ] - }, - "ishida@w3.org": { - "digest:daily": [ { - "topic": "I18n language enablement", + "topic": "i18n language enablement", "sources": [ { "repos": [ @@ -964,6 +919,30 @@ ] } ] + }, + { "repos": ["w3c/i18n-activity"], "topic": "Tracker items" }, + { + "topic": "Review comments" + "repos": [ + "whatwg/encoding", + "whatwg/html", + "whatwg/url", + "whatwg/webidl", + "openui/open-ui" + ], + "repoList": "https://w3c.github.io/validate-repos/hr-repos.json", + "eventFilter": { + "label": [ + "i18n", + "i18n-comment", + "i18n-tracking", + "HR:i18n-comment", + "HR:i18n-tracking", + "i18n-review", + "i18n-needs-resolution", + "i18n-tracker" + ] + }, } ] }, From 98fa6c59313b8693ac9fe11cf6a04df27b5791dd Mon Sep 17 00:00:00 2001 From: r12a Date: Fri, 25 Apr 2025 11:37:47 +0100 Subject: [PATCH 2/3] Fix typo --- mls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mls.json b/mls.json index 794d97b..76fbe54 100755 --- a/mls.json +++ b/mls.json @@ -842,7 +842,7 @@ }, "digest:wednesday": [ { - "topic": "i18n WG projects" + "topic": "i18n WG projects", "repos": [ "w3c/bp-i18n-specdev", "w3c/charmod-norm", @@ -863,7 +863,7 @@ "w3c/string-search", "w3c/timezone", "w3c/unicode-xml" - ], + ] }, { "topic": "i18n language enablement", From b14d06a48610ea8efc2932b580c4bf9bd8470346 Mon Sep 17 00:00:00 2001 From: r12a Date: Fri, 25 Apr 2025 11:39:21 +0100 Subject: [PATCH 3/3] Another typo --- mls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mls.json b/mls.json index 76fbe54..d07e89b 100755 --- a/mls.json +++ b/mls.json @@ -922,7 +922,7 @@ }, { "repos": ["w3c/i18n-activity"], "topic": "Tracker items" }, { - "topic": "Review comments" + "topic": "Review comments", "repos": [ "whatwg/encoding", "whatwg/html", @@ -942,7 +942,7 @@ "i18n-needs-resolution", "i18n-tracker" ] - }, + } } ] },