chore: update locale files (#2351)

update po
This commit is contained in:
Jo
2024-01-25 16:16:21 +01:00
committed by GitHub
parent d02c45e5b6
commit dc68b1a8fa
25 changed files with 679 additions and 1444 deletions

14
go.mod
View File

@@ -9,8 +9,8 @@ require (
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/leonelquinteros/gotext v1.5.2
github.com/stretchr/testify v1.8.4
golang.org/x/sys v0.15.0
golang.org/x/term v0.15.0
golang.org/x/sys v0.16.0
golang.org/x/term v0.16.0
golang.org/x/text v0.14.0 // indirect
gopkg.in/h2non/gock.v1 v1.1.2
)
@@ -25,10 +25,10 @@ require (
)
require (
github.com/deckarep/golang-set/v2 v2.5.0
github.com/itchyny/gojq v0.12.13 // indirect
github.com/deckarep/golang-set/v2 v2.6.0
github.com/itchyny/gojq v0.12.14 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/ohler55/ojg v1.20.3 // indirect
github.com/ohler55/ojg v1.21.0 // indirect
)
require github.com/hashicorp/go-multierror v1.1.1
@@ -38,4 +38,6 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
)
go 1.19
go 1.21
toolchain go1.21.6