csv-validator
csv-validator copied to clipboard
- Creation of a 'FailMessage' translation mechanism from a message in a 'ResourceBundle'
Validation failure message internationalization mechanism
When studying the project to satisfy the requirements of the application in which I work, I felt the need to translate the messages generated by the 'validate' method in the 'java-api', however the current 'CSV-VALIDATOR' does not have a translation mechanism to from a 'ResourceBundle' file
The purpose of this pull request is to start the development of this mechanism. README.md has the first tags created, I request assistance if you have forgotten any messages
@KenadAraujo This looks like a good starting point. Would you be able to remove the Eclipse IDE specific files from your PR as we do not keep project files in Git. You could also add patterns for them to the .gitignore if it is helpful
@adamretter Alright, I will do... unfortunately I missed these files... sorry