faker-cs
faker-cs copied to clipboard
Bug in german countries
when using Faker.Address.Country() on an german enviroment, , nearly all countries will be returned:
Äquatorialguinea Äthiopien Österreich Afghanistan Albanien Algerien Amerikanisch-Samoa Amerikanische Jungferninseln Andorra Angola Anguilla Antarktis Antigua und Barbuda Argentinien Armenien Aruba Aserbaidschan Australien Bahamas Bahrain Bangladesch Barbados Belarus Belgien Belize Benin die Bermudas Bhutan Bolivien Bosnien und Herzegowina Botsuana Bouvetinsel Brasilien Britische Jungferninseln Britisches Territorium im Indischen Ozean [...]
The reason is, that in File https://github.com/slashdotdash/faker-cs/blob/master/src/Faker/Resources/Address.de-DE.resx#L130 the seperator between the Countries are missing.
I can provide an pull-request with an corrected ressources, if desired.
Kind regards from germany, Philip
@macphil Happy to accept a pull request to correct this issue, thanks.