Skip to content

Commit 811d3e0

Browse files
committed
fix plural
1 parent 5157b21 commit 811d3e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

translations/w3c_website_templates_bundle+intl-icu.en.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pagination:
7676
ecosystems: >-
7777
{ count, plural,
7878
=0 { Ecosystems }
79-
one { Ecosystem }
79+
=1 { Ecosystem }
8080
other { Ecosystems }
8181
}
8282
listing:
@@ -129,7 +129,7 @@ components:
129129
list_title: >-
130130
Our {ecosystem_name} { count, plural,
131131
=0 { evangelists }
132-
one { evangelist }
132+
=1 { evangelist }
133133
other { evangelists }
134134
}
135135
members:

translations/w3c_website_templates_bundle+intl-icu.ja.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pagination:
7474
ecosystems: >-
7575
{ count, plural,
7676
=0 { エコシステム }
77-
one { エコシステム }
77+
=1 { エコシステム }
7878
other { エコシステム }
7979
}
8080
listing:
@@ -127,7 +127,7 @@ components:
127127
list_title: >-
128128
私たちの {ecosystem_name} { count, plural,
129129
=0 { のエヴァンジェリスト }
130-
one { のエヴァンジェリスト }
130+
=1 { のエヴァンジェリスト }
131131
other { のエヴァンジェリストたち }
132132
}
133133
members:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pagination:
7272
ecosystems: >-
7373
{ count, plural,
7474
=0 { 生态系统 }
75-
one { 生态系统 }
75+
=1 { 生态系统 }
7676
other { 生态系统 }
7777
}
7878
listing:
@@ -125,7 +125,7 @@ components:
125125
list_title: >-
126126
我们的{ecosystem_name}{ count, plural,
127127
=0 {布道者}
128-
one {布道者}
128+
=1 {布道者}
129129
other {布道者}
130130
}
131131
members:

0 commit comments

Comments
 (0)