fix(i18n): remove duplicate subscription.servers string key

The key existed as both a string and an object in subscription
section, causing i18next to return an object instead of a string.
Removed the redundant string — serversLabel is used for plain text,
plural suffixes (_one/_few/_many/_other) handle counted usage.
This commit is contained in:
c0mrade
2026-01-27 22:34:05 +03:00
parent c990c84223
commit ff7e4d42a0
4 changed files with 0 additions and 4 deletions

View File

@@ -165,7 +165,6 @@
"devices_one": "{{count}} устройство",
"devices_few": "{{count}} устройства",
"devices_many": "{{count}} устройств",
"servers": "Серверы",
"serversLabel": "Серверы",
"servers_one": "{{count}} сервер",
"servers_few": "{{count}} сервера",