I wish to override a NLS file (dijit/form/validate.js) file with a new one, or replace some of the NLS string mappings. I want this file to be picked up by the standard Dijits.
I do not wish to delete the file in the standard Dojo library. Can I specify a path in djConfig to search directories for NLS files in order so my new file is picked up instead of the the original? If so, how do I do this?
Alternatively how can I mix in a new definition of a string i.e
replace:
missingMessage: "This value is required.",
with:
missingMessage: "My string is here.",