networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
807 stars 320 forks source link

Additional i18n language(spanish) support related (#847) #1019

Closed channaveer1 closed 1 month ago

channaveer1 commented 3 months ago

Hi @stevehu i have new i18n language i.e spanish its urgent for us its in production. can you please provide the access .

channaveer1 commented 3 months ago

Hi @networknt/json-schema-validator Please do the needful at the earliest

stevehu commented 3 months ago

@channaveer1 What do you need? Do you need to provide a PR? or do you need a new release? Or do you need someone to implement the Spanish i18n?

channaveer1 commented 3 months ago

@stevehu I need to provide PR. i already implemented spanish i18n i have the code with me. and also we need the release as well at the earliest

stevehu commented 3 months ago

Then you need to fork the repo, and update the code and issue a PR. You don't need any permission to do so.

channaveer1 commented 3 months ago

@stevehu I have issued the PR, could you please check and let me know.

https://github.com/networknt/json-schema-validator/pull/1021

channaveer1 commented 3 months ago

Please let me know why pipeline is failing for java 8 and if possible please ping me the solution

justin-tay commented 3 months ago

Note that you can easily add support for additional languages by just bundling the relevant properties files with your application as they will be loaded from the classpath. No modifications to the library is actually required.

stevehu commented 1 month ago

Close this issue as it is duplicated with https://github.com/networknt/json-schema-validator/issues/1025