mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
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:
@@ -148,7 +148,6 @@
|
||||
"extraDevicesIncluded": "شامل {{count}} دستگاه اضافی",
|
||||
"extraDevicesIncluded_other": "شامل {{count}} دستگاه اضافی",
|
||||
"baseTariff": "تعرفه",
|
||||
"servers": "سرورها",
|
||||
"serversLabel": "سرورها",
|
||||
"servers_other": "{{count}} سرور",
|
||||
"traffic": "ترافیک",
|
||||
|
||||
Reference in New Issue
Block a user