Skip to content

Commit 2a88f7c

Browse files
authored
fix(i18n): add singular/plural form for contributors (#825)
1 parent 3cc9133 commit 2a88f7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
}
755755
},
756756
"contributors": {
757-
"title": "Contributors",
757+
"title": "{count} Contributor | {count} Contributors",
758758
"description": "npmx is fully open source, built by an amazing community of contributors. Join us and let's build the npm browsing experience we always wanted, together.",
759759
"loading": "Loading contributors...",
760760
"error": "Failed to load contributors",

lunaria/files/en-GB.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
}
755755
},
756756
"contributors": {
757-
"title": "Contributors",
757+
"title": "{count} Contributor | {count} Contributors",
758758
"description": "npmx is fully open source, built by an amazing community of contributors. Join us and let's build the npm browsing experience we always wanted, together.",
759759
"loading": "Loading contributors...",
760760
"error": "Failed to load contributors",

lunaria/files/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
}
755755
},
756756
"contributors": {
757-
"title": "Contributors",
757+
"title": "{count} Contributor | {count} Contributors",
758758
"description": "npmx is fully open source, built by an amazing community of contributors. Join us and let's build the npm browsing experience we always wanted, together.",
759759
"loading": "Loading contributors...",
760760
"error": "Failed to load contributors",

0 commit comments

Comments
 (0)