Bläddra i källkod

build: Support new nested namespaces in Weblate downloads

Jakob Borg 1 år sedan
förälder
incheckning
35b0afc131
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      script/weblatedl.go

+ 1 - 1
script/weblatedl.go

@@ -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)