From 35b0afc1319d9b6af1b449195bbc1661e435efeb Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 20 Nov 2023 09:47:08 +0100 Subject: [PATCH] build: Support new nested namespaces in Weblate downloads --- script/weblatedl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/weblatedl.go b/script/weblatedl.go index 219dd53c3..730c841cd 100644 --- a/script/weblatedl.go +++ b/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)