skwasjer / IbanNet

C# .NET IBAN validator, parser, builder and generator
Apache License 2.0
126 stars 31 forks source link

Catalan Language resources file #144

Closed joandomenech closed 1 year ago

joandomenech commented 1 year ago

We would like to contribute to your awesome project with the Catalan language. Thank you very much

skwasjer commented 1 year ago

@joandomenech thanks! Could you have a look at the two other resource files too? They only have 1 or 2 localizable keys. If you'd be so kind please update this PR.

src/IbanNet.DataAnnotations/Resources.resx
src/IbanNet.FluentValidation/Resources.resx

Also, make sure the resource file code generator is applied via .csproj. See this PR as an example diff I'd expect: https://github.com/skwasjer/IbanNet/pull/97

joandomenech commented 1 year ago

Hello again. We also added the other resources. Thank you