Skip to content

Commit f016fb5

Browse files
authored
remove the Space between two Chinese characters on the evangelists cards
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.
1 parent 89b2f14 commit f016fb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ components:
124124
evangelists:
125125
list_title: >-
126126
我们的{ecosystem_name} { count, plural,
127-
=0 { 布道者 }
128-
one { 布道者 }
129-
other { 布道者 }
127+
=0 {布道者}
128+
one {布道者}
129+
other {布道者}
130130
}
131131
members:
132132
title: W3C 会员

0 commit comments

Comments
 (0)