MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / TabNames

Function TabNames

internal/tui/i18n.go:57–62  ·  view source on GitHub ↗

TabNames returns tab names in the current locale.

()

Source from the content-addressed store, hash-verified

55
56// TabNames returns tab names in the current locale.
57func TabNames() []string {
58 if currentLocale == "zh" {
59 return zhTabNames
60 }
61 return enTabNames
62}
63
64var zhStrings = map[string]string{
65 // ── Common ──

Callers 1

refreshTabsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected