package localization type LocData = map[string]any func AddLocData(d LocData, key, val string) { d[key] = val }