go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.14k stars 1.29k forks source link

Add translation of requiredXXX and excludedXXX in English/Chinese/Chinese Taiwan #1170

Closed violin0622 closed 6 months ago

violin0622 commented 10 months ago

Fixes Or Enhances

Add translation of below in English/Chinese/Chinese Taiwan : required_unless required_with required_with_all required_without required_without_all excluded_if excluded_unless excluded_with excluded_with_all excluded_without excluded_without_all

Make sure that you've checked the boxes below before you submit PR:

@go-playground/validator-maintainers

coveralls commented 10 months ago

Coverage Status

coverage: 74.167% (+0.3%) from 73.903% when pulling 6b04ccca8920fd4383bdd2390e9c7165a85f5352 on violin0622:master into 84254aeb5a59e615ec0b66ab53b988bc0677f55e on go-playground:master.

violin0622 commented 6 months ago

Anyone who review and approve?