add i18n translations

This commit is contained in:
杨黄林
2023-09-25 22:44:51 +08:00
parent 7310e1117c
commit cd5109e5f1
9 changed files with 93 additions and 68 deletions

View File

@@ -128,7 +128,7 @@ func (c *HandleController) parseConfigure(content, proxyType string) (interface{
currentProxies[name] = section
}
clientProxies[name] = section
delete(clientProxies[name], nameKey)
delete(clientProxies[name], NameKey)
}
if proxyType == "none" {