I am using this plugin GitHub - xyrox2/ember-cli-html5-form-validation: Simple EmberJS component that takes advantage of native HTML5 form validation for form validation in my Ember application. Now i want to override the error messages by reopening the mixin as it is described on the github page.
Where (in which file / module) in my Ember Structure is the right place to do that? In want to apply the configuration about the entire application and i don’t want wo repeat the code at any point.
The project is set up with Ember v1.11.0 and EmberCLI v0.2.6. Is there a recommended way to do this, best practice or something? Hope you can help =)