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

feat(locale): improve persons and locations for zh_CN #2318

Merged
merged 14 commits into from
Aug 26, 2023
2 changes: 2 additions & 0 deletions src/locales/zh_CN/internet/free_email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ export default [
'yahoo.cn',
'yahoo.com.cn',
'yeah.net',
'foxmail.com',
CoolPlayLin marked this conversation as resolved.
Show resolved Hide resolved
'outlook.com',
];
13 changes: 5 additions & 8 deletions src/locales/zh_CN/location/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export default [
'黑龙江省',
'吉林省',
'辽宁省',
'内蒙古',
'内蒙古自治区',
CoolPlayLin marked this conversation as resolved.
Show resolved Hide resolved
'河北省',
'新疆',
'新疆维吾尔自治区',
'甘肃省',
'青海省',
'陕西省',
'宁夏',
'宁夏回族自治区',
'河南省',
'山东省',
'山西省',
Expand All @@ -23,14 +23,11 @@ export default [
'四川省',
'贵州省',
'云南省',
'广西省',
'西藏',
'广西壮族自治区',
'西藏自治区',
'浙江省',
'江西省',
'广东省',
'福建省',
'台湾省',
'海南省',
'香港',
'澳门',
];
65 changes: 31 additions & 34 deletions src/locales/zh_CN/location/state_abbr.ts
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
export default [
'京',
'沪',
'津',
'渝',
'黑',
'吉',
'辽',
'蒙',
'冀',
'新',
'甘',
'青',
'陕',
'宁',
'豫',
'鲁',
'晋',
'皖',
'鄂',
'湘',
'苏',
'川',
'黔',
'滇',
'桂',
'藏',
'浙',
'赣',
'粤',
'闽',
'台',
'琼',
'港',
'澳',
'北京',
'上海',
'天津',
'重庆',
'黑龙江',
'吉林',
'辽阳',
'内蒙古',
'河北',
'新疆',
'甘肃',
'青海',
'陕西',
'宁夏',
'河南',
'山东',
'山西',
'合肥',
'湖北',
'湖南',
'苏州',
'四川',
'贵州',
'云南',
'广西',
'西藏',
'浙江',
'江西',
'广东',
'福建',
'海南',
];
25 changes: 24 additions & 1 deletion src/locales/zh_CN/person/female_first_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default [
'凤英',
'兰英',
'婷婷',
'海燕',
'国英',
'国珍',
'国华',
Expand All @@ -23,6 +22,7 @@ export default [
'国香',
'英',
'萍',
'蒙',
'红',
'丽',
'敏',
Expand All @@ -36,11 +36,14 @@ export default [
'丹',
'玲',
'婷',
'珈',
'雪',
'倩',
'悦',
'颖',
'洁',
'慧',
'开慧',
'丽芬',
'丽芳',
'丽萍',
Expand All @@ -61,4 +64,24 @@ export default [
'语汐',
'雨涵',
'雨欣',
'诗雨',
'婷方',
'美方',
'雅婷',
'紫林',
'天娇',
'万佳',
'子欣',
'海燕',
'乙萍',
'安琪',
'馨羽',
'馥君',
'思佳',
'雅鑫',
'静怡',
'晨阳',
'佳琪',
'雯静',
'榕融',
];
40 changes: 40 additions & 0 deletions src/locales/zh_CN/person/first_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,44 @@ export default [
'鹤轩',
'鹭洋',
'黎昕',
'诗雨',
'婷方',
'美方',
'雅婷',
'紫林',
'天娇',
'万佳',
'子欣',
'海燕',
'乙萍',
'安琪',
'馨羽',
'馥君',
'思佳',
'雅鑫',
'静怡',
'晨阳',
'佳琪',
'雯静',
'榕融',
'浩辰',
'癸霖',
'一全',
'三锋',
'义轩',
'俊凯',
'子豪',
'振东',
'智杰',
'哲新',
'中海',
'超栋',
'治涛',
'治文',
'文韬',
'敬彪',
'敬阳',
'政君',
'立伟',
'呈轩',
];
Loading