From f016fb513a5996510a830a0b1f13e4be619c8339 Mon Sep 17 00:00:00 2001 From: Xueyuan Jia Date: Tue, 18 Feb 2025 16:06:51 +0800 Subject: [PATCH 1/2] remove the Space between two Chinese characters on the evangelists cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I am hoping to remove the unnecessary Space between two Chinese characters (before the word 布道者)on the evangelists cards. For instance, the current [Media & Entertainment evangelist cards](https://cms.w3.org/admin/entries/ecosystems/631-media?site=w3c_china) says "我们的媒体与娱乐 布道者", which contains un unnecessary space so I'd like to remove it. --- .../w3c_website_templates_bundle+intl-icu.zh-hans.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml b/translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml index 332fec2f..a6da1feb 100644 --- a/translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml +++ b/translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml @@ -124,9 +124,9 @@ components: evangelists: list_title: >- 我们的{ecosystem_name} { count, plural, - =0 { 布道者 } - one { 布道者 } - other { 布道者 } + =0 {布道者} + one {布道者} + other {布道者} } members: title: W3C 会员 From 67a2a13018c7cdc65c43cb33ed39d425808d4fa0 Mon Sep 17 00:00:00 2001 From: Jean-Gui <1479073+jean-gui@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:43:37 +0100 Subject: [PATCH 2/2] Update w3c_website_templates_bundle+intl-icu.zh-hans.yaml remove extra space --- translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml b/translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml index a6da1feb..a4b9fba7 100644 --- a/translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml +++ b/translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml @@ -123,7 +123,7 @@ components: email: "邮箱: {email}" evangelists: list_title: >- - 我们的{ecosystem_name} { count, plural, + 我们的{ecosystem_name}{ count, plural, =0 {布道者} one {布道者} other {布道者}