[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): ops singular (#466)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Felix Schneider
autofix-ci[bot]
and committed by
GitHub
db316969 88d7d7aa

+7 -3
+5 -1
app/components/HeaderAccountMenu.client.vue
··· 165 165 : 'bg-blue-500/20 text-blue-500' 166 166 " 167 167 > 168 - {{ operationCount }} {{ $t('account_menu.ops') }} 168 + {{ 169 + $t('account_menu.ops', { 170 + count: operationCount, 171 + }) 172 + }} 169 173 </span> 170 174 </button> 171 175
+1 -1
i18n/locales/en.json
··· 744 744 "connect_npm_cli": "Connect to npm CLI", 745 745 "connect_atmosphere": "Connect to Atmosphere", 746 746 "connecting": "Connecting...", 747 - "ops": "ops", 747 + "ops": "{count} op | {count} ops", 748 748 "disconnect": "Disconnect" 749 749 }, 750 750 "auth": {
+1 -1
lunaria/files/en-US.json
··· 744 744 "connect_npm_cli": "Connect to npm CLI", 745 745 "connect_atmosphere": "Connect to Atmosphere", 746 746 "connecting": "Connecting...", 747 - "ops": "ops", 747 + "ops": "{count} op | {count} ops", 748 748 "disconnect": "Disconnect" 749 749 }, 750 750 "auth": {