csv-validator icon indicating copy to clipboard operation
csv-validator copied to clipboard

- Creation of a 'FailMessage' translation mechanism from a message in a 'ResourceBundle'

Open KenadAraujo opened this issue 4 years ago • 2 comments

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 avatar Feb 08 '21 13:02 KenadAraujo

@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 avatar Jun 24 '21 13:06 adamretter

@adamretter Alright, I will do... unfortunately I missed these files... sorry

KenadAraujo avatar Jun 24 '21 16:06 KenadAraujo