mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13: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:
@@ -151,7 +151,6 @@
|
||||
"devices": "Devices",
|
||||
"devices_one": "{{count}} device",
|
||||
"devices_other": "{{count}} devices",
|
||||
"servers": "Servers",
|
||||
"serversLabel": "Servers",
|
||||
"servers_one": "{{count}} server",
|
||||
"servers_other": "{{count}} servers",
|
||||
|
||||
Reference in New Issue
Block a user