Skip to content

Commit 42e0480

Browse files
danielroetaskylizard
authored andcommitted
fix(i18n): add singular/plural form for contributors (npmx-dev#825)
1 parent 400bf25 commit 42e0480

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)