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