build: Support new nested namespaces in Weblate downloads

This commit is contained in:
Jakob Borg 2023-11-20 09:47:08 +01:00
parent 958ff67ccc
commit 35b0afc131
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ type stat struct {
Fuzzy int `json:"fuzzy"`
}
type translation map[string]string
type translation map[string]any
func main() {
log.SetFlags(log.Lshortfile)