[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(i18n): add singular/plural form for contributors (#825)

authored by

Daniel Roe and committed by
GitHub
2a88f7c3 3cc91335

+3 -3
+1 -1
i18n/locales/en.json
··· 754 754 } 755 755 }, 756 756 "contributors": { 757 - "title": "Contributors", 757 + "title": "{count} Contributor | {count} Contributors", 758 758 "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.", 759 759 "loading": "Loading contributors...", 760 760 "error": "Failed to load contributors",
+1 -1
lunaria/files/en-GB.json
··· 754 754 } 755 755 }, 756 756 "contributors": { 757 - "title": "Contributors", 757 + "title": "{count} Contributor | {count} Contributors", 758 758 "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.", 759 759 "loading": "Loading contributors...", 760 760 "error": "Failed to load contributors",
+1 -1
lunaria/files/en-US.json
··· 754 754 } 755 755 }, 756 756 "contributors": { 757 - "title": "Contributors", 757 + "title": "{count} Contributor | {count} Contributors", 758 758 "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.", 759 759 "loading": "Loading contributors...", 760 760 "error": "Failed to load contributors",