Skip to content

Commit f482732

Browse files
committed
fix(i18n): update Russian locale for vulnerabilities count formatting
1 parent 43879df commit f482732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/locales/ru-RU.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
"outdated_minor": "{count} минорная версия позади (последняя: {latest}) | {count} минорные версии позади (последняя: {latest}) | {count} минорных версий позади (последняя: {latest})",
456456
"outdated_patch": "Доступно патч-обновление (последняя: {latest})",
457457
"has_replacement": "Для этой зависимости есть рекомендуемые замены",
458-
"vulnerabilities_count": "{count} уязвимость | {count} уязвимостей"
458+
"vulnerabilities_count": "{count} уязвимость | {count} уязвимости | {count} уязвимостей"
459459
},
460460
"peer_dependencies": {
461461
"title": "Peer-зависимости ({count})",

0 commit comments

Comments
 (0)