feat: weblate

This commit is contained in:
2025-08-04 16:02:45 +02:00
parent 855a4c37c4
commit 8cfda5229f
24 changed files with 3936 additions and 5 deletions

5
go.mod
View File

@ -1,8 +1,8 @@
module coopcloud.tech/abra
go 1.23.0
go 1.23.5
toolchain go1.23.1
toolchain go1.24.1
require (
coopcloud.tech/tagcmp v0.0.0-20230809071031-eb3e7758d4eb
@ -17,6 +17,7 @@ require (
github.com/docker/go-units v0.5.0
github.com/go-git/go-git/v5 v5.14.0
github.com/google/go-cmp v0.7.0
github.com/leonelquinteros/gotext v1.7.2
github.com/moby/sys/signal v0.7.1
github.com/moby/term v0.5.2
github.com/pkg/errors v0.9.1