angular-auto-validate icon indicating copy to clipboard operation
angular-auto-validate copied to clipboard

min and max error description wrong i18n es-co

Open criduvero opened this issue 8 years ago • 0 comments
trafficstars

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

criduvero avatar Dec 07 '16 03:12 criduvero