MCPcopy Index your code
hub / github.com/Monibuca/engine / init

Function init

lang/lang.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15var zh map[string]string
16
17func init() {
18 yaml.Unmarshal(zhYaml, &zh)
19}
20
21func Get(lang string) map[string]string {
22 if lang == "zh" {

Callers

nothing calls this directly

Calls 1

UnmarshalMethod · 0.65

Tested by

no test coverage detected