ReactiveRaven / jqBootstrapValidation

A JQuery validation framework for bootstrap forms.
http://reactiveraven.github.io/jqBootstrapValidation
MIT License
1.35k stars 334 forks source link

Unattach messages for easy translation #21

Open thefuriouscoder opened 12 years ago

thefuriouscoder commented 12 years ago

Please, separate validation messages from code to facilitate the application i18n using your code.

Thanks in advance.

mario-s commented 10 years ago

Yeah, that would be very useful! I would suggest a overrideable function for the messages where someone can provide the translation. There is already a jQuery plugin which provides loading translations from properties files: jquery-i18n-properties plugin.