-
-
Notifications
You must be signed in to change notification settings - Fork 949
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(locale): split zh_TW first_names by gender (#1941)
- Loading branch information
Matt Mayer
authored
Mar 20, 2023
1 parent
d2046e8
commit 4e97200
Showing
4 changed files
with
129 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
export default [ | ||
'俊馳', | ||
'凱瑞', | ||
'博濤', | ||
'嘉懿', | ||
'子涵', | ||
'子騫', | ||
'子默', | ||
'思淼', | ||
'懿軒', | ||
'擎蒼', | ||
'旭堯', | ||
'昊焱', | ||
'晟睿', | ||
'智宸', | ||
'智淵', | ||
'曉博', | ||
'曉嘯', | ||
'楷瑞', | ||
'樂駒', | ||
'瀟然', | ||
'炫明', | ||
'煜城', | ||
'煜祺', | ||
'熠彤', | ||
'燁磊', | ||
'燁華', | ||
'燁霖', | ||
'瑾瑜', | ||
'睿淵', | ||
'立軒', | ||
'笑愚', | ||
'聰健', | ||
'苑博', | ||
'越彬', | ||
'鈺軒', | ||
'錦程', | ||
'靖琪', | ||
'風華', | ||
'鶴軒', | ||
'鷺洋', | ||
'黎昕', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,115 +1,8 @@ | ||
export default [ | ||
'俊馳', | ||
'修傑', | ||
'修潔', | ||
'偉宸', | ||
'偉澤', | ||
'偉祺', | ||
'偉誠', | ||
'健柏', | ||
'健雄', | ||
'凱瑞', | ||
'博文', | ||
'博濤', | ||
'博超', | ||
'君浩', | ||
'哲瀚', | ||
'嘉懿', | ||
'嘉熙', | ||
'天宇', | ||
'天磊', | ||
'天翊', | ||
'子涵', | ||
'子軒', | ||
'子騫', | ||
'子默', | ||
'展鵬', | ||
'峻熙', | ||
'建輝', | ||
'弘文', | ||
'志強', | ||
'志澤', | ||
'思淼', | ||
'思源', | ||
'思聰', | ||
'思遠', | ||
'懿軒', | ||
'振家', | ||
'擎宇', | ||
'擎蒼', | ||
'文博', | ||
'文昊', | ||
'文軒', | ||
'旭堯', | ||
'昊天', | ||
'昊強', | ||
'昊焱', | ||
'昊然', | ||
'明哲', | ||
'明杰', | ||
'明軒', | ||
'明輝', | ||
'晉鵬', | ||
'晟睿', | ||
'智宸', | ||
'智淵', | ||
'智輝', | ||
'曉博', | ||
'曉嘯', | ||
'梓晨', | ||
'楷瑞', | ||
'榮軒', | ||
'樂駒', | ||
'正豪', | ||
'浩宇', | ||
'浩然', | ||
'浩軒', | ||
'澤洋', | ||
'瀟然', | ||
'炎彬', | ||
'炫明', | ||
'煜城', | ||
'煜祺', | ||
'熠彤', | ||
'燁偉', | ||
'燁磊', | ||
'燁華', | ||
'燁霖', | ||
'瑞霖', | ||
'瑾瑜', | ||
'皓軒', | ||
'睿淵', | ||
'立果', | ||
'立誠', | ||
'立軒', | ||
'立輝', | ||
'笑愚', | ||
'紹輝', | ||
'紹齊', | ||
'耀傑', | ||
'聰健', | ||
'胤祥', | ||
'致遠', | ||
'苑博', | ||
'語堂', | ||
'越彬', | ||
'越澤', | ||
'遠航', | ||
'金鑫', | ||
'鈺軒', | ||
'錦程', | ||
'鑫磊', | ||
'鑫鵬', | ||
'雨澤', | ||
'雪松', | ||
'靖琪', | ||
'風華', | ||
'鴻濤', | ||
'鴻煊', | ||
'鵬濤', | ||
'鵬煊', | ||
'鵬飛', | ||
'鶴軒', | ||
'鷺洋', | ||
'黎昕', | ||
]; | ||
// We don't have a generic first name list for this locale | ||
// So simply concatenate male and female lists and remove any duplicates | ||
// This avoids falling back to fallback locale | ||
import { mergeArrays } from './../../../internal/merge'; | ||
import female_first_name from './female_first_name'; | ||
import male_first_name from './male_first_name'; | ||
|
||
export default mergeArrays(female_first_name, male_first_name); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
export default [ | ||
'修傑', | ||
'修潔', | ||
'偉宸', | ||
'偉澤', | ||
'偉祺', | ||
'偉誠', | ||
'健柏', | ||
'健雄', | ||
'博文', | ||
'博超', | ||
'君浩', | ||
'哲瀚', | ||
'嘉熙', | ||
'天宇', | ||
'天磊', | ||
'天翊', | ||
'子軒', | ||
'展鵬', | ||
'峻熙', | ||
'建輝', | ||
'弘文', | ||
'志強', | ||
'志澤', | ||
'思源', | ||
'思聰', | ||
'思遠', | ||
'振家', | ||
'擎宇', | ||
'文博', | ||
'文昊', | ||
'文軒', | ||
'昊天', | ||
'昊強', | ||
'昊然', | ||
'明哲', | ||
'明杰', | ||
'明軒', | ||
'明輝', | ||
'晉鵬', | ||
'智輝', | ||
'梓晨', | ||
'榮軒', | ||
'正豪', | ||
'浩宇', | ||
'浩然', | ||
'浩軒', | ||
'澤洋', | ||
'炎彬', | ||
'燁偉', | ||
'瑞霖', | ||
'皓軒', | ||
'立果', | ||
'立誠', | ||
'立輝', | ||
'紹輝', | ||
'紹齊', | ||
'耀傑', | ||
'胤祥', | ||
'致遠', | ||
'語堂', | ||
'越澤', | ||
'遠航', | ||
'金鑫', | ||
'鑫磊', | ||
'鑫鵬', | ||
'雨澤', | ||
'雪松', | ||
'鴻濤', | ||
'鴻煊', | ||
'鵬濤', | ||
'鵬煊', | ||
'鵬飛', | ||
]; |