faker-cs icon indicating copy to clipboard operation
faker-cs copied to clipboard

Bug in german countries

Open macphil opened this issue 8 years ago • 1 comments

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 avatar Apr 04 '17 22:04 macphil

@macphil Happy to accept a pull request to correct this issue, thanks.

slashdotdash avatar Apr 04 '17 23:04 slashdotdash