Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Address.php to fix country name errors #809

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Faker/Provider/zh_CN/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Address extends \Faker\Provider\Address
'斯威士兰', '瑞典', '瑞士', '叙利亚', '塔吉克斯坦', '坦桑尼亚',
'泰国', '阿拉伯联合酋长国', '多哥', '托克劳群岛', '汤加',
'特立尼达和多巴哥', '突尼斯', '土耳其', '土库曼斯坦',
'特克斯和凯科斯群岛(', '图瓦卢', '美国', '乌干达', '乌克兰',
'特克斯和凯科斯群岛', '图瓦卢', '美国', '乌干达', '乌克兰',
'英国', '乌拉圭', '乌兹别克斯坦', '瓦努阿图', '梵蒂冈',
'委内瑞拉', '越南', '维尔京群岛', '维尔京群岛和圣罗克伊',
'威克岛', '瓦里斯和富士那群岛', '西撒哈拉', '也门', '南斯拉夫',
Expand Down
Loading