Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

min and max error description wrong i18n es-co #162

Open
criduvero opened this issue Dec 7, 2016 · 0 comments
Open

min and max error description wrong i18n es-co #162

criduvero opened this issue Dec 7, 2016 · 0 comments

Comments

@criduvero
Copy link

criduvero commented Dec 7, 2016

jcs-auto-validate_es-co.json:
"min": "Ingrese un valor menor a {0}",
"max": "Ingrese un valor mayor a {0}",

It must be:
"min": "Ingrese un valor mayor o igual a {0}",
"max": "Ingrese un valor menor o igual a {0}",

I love your work. Thank for the support

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant