oriches / faker-cs

C# port of the Ruby Faker gem (http://faker.rubyforge.org/)
MIT License
178 stars 52 forks source link

Support for country codes ? #28

Open Land3r opened 1 year ago

Land3r commented 1 year ago

Hello,

I started using this library for handling my mocks and it is awesome !

Does this library supports country codes (as described in ISO_3166) ? https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes

Regards,

Siliconrob commented 1 year ago

Supports 2 letter codes.

https://github.com/oriches/faker-cs/blob/a0c73368b1f9d94a7f6185987078daf271f3303c/src/Faker/Resources/Country.resx#L121