Skip to content

Commit a98911a

Browse files
author
alfonsoprado
committed
fix spanish translations
1 parent c1b73a7 commit a98911a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

translations/es/es.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/go-playground/locales"
1212
ut "github.com/go-playground/universal-translator"
13-
"gopkg.in/go-playground/validator.v10"
13+
"github.com/go-playground/validator/v10"
1414
)
1515

1616
// RegisterDefaultTranslations registers a set of default translations

translations/es/es_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

77
spanish "github.com/go-playground/locales/es"
88
ut "github.com/go-playground/universal-translator"
9-
. "gopkg.in/go-playground/assert.v1"
10-
"gopkg.in/go-playground/validator.v10"
9+
. "github.com/go-playground/assert/v2"
10+
"github.com/go-playground/validator/v10"
1111
)
1212

1313
func TestTranslations(t *testing.T) {

0 commit comments

Comments
 (0)