aboutsummaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-11-20 09:47:08 +0100
committerJakob Borg <jakob@kastelo.net>2023-11-20 09:47:08 +0100
commit35b0afc1319d9b6af1b449195bbc1661e435efeb (patch)
tree0c7bb111627a37900025192d3a17c0b6fc8bdd99 /script
parent958ff67cccfec6ebac93f5ba90c07d804d916840 (diff)
downloadsyncthing-35b0afc1319d9b6af1b449195bbc1661e435efeb.tar.gz
syncthing-35b0afc1319d9b6af1b449195bbc1661e435efeb.zip
build: Support new nested namespaces in Weblate downloads
Diffstat (limited to 'script')
-rw-r--r--script/weblatedl.go2
1 files changed, 1 insertions, 1 deletions
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)