Browse Source

build: Support new nested namespaces in Weblate downloads

Jakob Borg 2 years ago
parent
commit
35b0afc131
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/weblatedl.go

+ 1 - 1
script/weblatedl.go

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