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