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

@@ -148,7 +148,6 @@
"extraDevicesIncluded": "شامل {{count}} دستگاه اضافی",
"extraDevicesIncluded_other": "شامل {{count}} دستگاه اضافی",
"baseTariff": "تعرفه",
"servers": "سرورها",
"serversLabel": "سرورها",
"servers_other": "{{count}} سرور",
"traffic": "ترافیک",