fix spanish translations

pull/582/head
alfonsoprado 5 years ago
parent c1b73a784d
commit a98911a366
  1. 2
      translations/es/es.go
  2. 4
      translations/es/es_test.go

@ -10,7 +10,7 @@ import (
"github.com/go-playground/locales"
ut "github.com/go-playground/universal-translator"
"gopkg.in/go-playground/validator.v10"
"github.com/go-playground/validator/v10"
)
// RegisterDefaultTranslations registers a set of default translations

@ -6,8 +6,8 @@ import (
spanish "github.com/go-playground/locales/es"
ut "github.com/go-playground/universal-translator"
. "gopkg.in/go-playground/assert.v1"
"gopkg.in/go-playground/validator.v10"
. "github.com/go-playground/assert/v2"
"github.com/go-playground/validator/v10"
)
func TestTranslations(t *testing.T) {

Loading…
Cancel
Save