vivin / regula

Regula: An annotation-based form-validation framework in Javascript
126 stars 24 forks source link

I18n and L10n #39

Closed logongas closed 11 years ago

logongas commented 11 years ago

Hi, Regula support I18n and L10n? I like show the messages in Spanish.

Thx

vivin commented 11 years ago

Hello Lorenzo,

regula currently does not support i18n or L10n. However, you should be able to do this by overriding the default messages on the built-in constraints. I would like to address this at some point in the future, though.

logongas commented 11 years ago

Ok, thx.