Просмотр исходного кода

build: Support new nested namespaces in Weblate downloads

Jakob Borg 2 лет назад
Родитель
Сommit
35b0afc131
1 измененных файлов с 1 добавлено и 1 удалено
  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)