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 zh_CN provinces #987

Merged
merged 2 commits into from Aug 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion faker/providers/address/zh_CN/__init__.py
Expand Up @@ -22,10 +22,12 @@ class Provider(AddressProvider):
"{{province}}{{city}}{{district}}{{street_address}} {{postcode}}",)

provinces = (
"内蒙古自治区", "山西省", "河北省", "吉林省", "江苏省", "辽宁省", "黑龍江省",
"北京市", "上海市", "天津市" , "重庆市",
fcurella marked this conversation as resolved.
Show resolved Hide resolved
"内蒙古自治区", "山西省", "河北省", "吉林省", "江苏省", "辽宁省", "黑龙江省",
"安徽省", "山东省", "浙江省", "江西省", "福建省", "湖南省", "湖北省",
"河南省", "广东省", "广西壮族自治区", "贵州省", "海南省", "四川省", "云南省",
"陕西省", "甘肃省", "宁夏回族自治区", "青海省", "新疆维吾尔自治区", "西藏自治区",
"台湾省", "香港特别行政区", "澳门特别行政区",
)
districts = (
"西夏", "永川", "秀英", "高港", "清城", "兴山", "锡山", "清河",
Expand Down