Quellcode durchsuchen

build: Support new nested namespaces in Weblate downloads

Jakob Borg vor 2 Jahren
Ursprung
Commit
35b0afc131
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)