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