前端移除 Lagos 城市及相关本地化文案
This commit is contained in:
@@ -62,7 +62,7 @@ const CITY_REGION_GROUPS: CityRegionGroup[] = [
|
||||
{
|
||||
key: "africa",
|
||||
label: { en: "Africa", zh: "非洲" },
|
||||
cities: ["lagos", "cape town"],
|
||||
cities: ["cape town"],
|
||||
},
|
||||
{
|
||||
key: "oceania",
|
||||
@@ -121,8 +121,7 @@ const CITY_SEARCH_INDEX: Record<string, string[]> = {
|
||||
"panama city": ["巴拿马城", "MPMG", "pty"],
|
||||
"buenos aires": ["布宜诺斯艾利斯", "SAEZ", "ba", "ezeiza"],
|
||||
"são paulo": ["圣保罗", "SBGR", "sp", "guarulhos"],
|
||||
"lagos": ["拉各斯", "DNMM", "los", "murtala"],
|
||||
"cape town": ["开普敦", "開普敦", "FACT", "cpt"],
|
||||
"cape town": ["开普敦", "開普敦", "FACT", "cpt"],
|
||||
"wellington": ["惠灵顿", "NZWN", "wel"],
|
||||
};
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ const CITY_NAME_ZH: Record<string, string> = {
|
||||
Jeddah: "吉达",
|
||||
Karachi: "卡拉奇",
|
||||
"Lau Fau Shan": "流浮山",
|
||||
Lagos: "拉各斯",
|
||||
London: "伦敦",
|
||||
Lucknow: "勒克瑙",
|
||||
Madrid: "马德里",
|
||||
@@ -79,7 +78,6 @@ const AIRPORT_NAME_ZH: Record<string, string> = {
|
||||
Jeddah: "阿卜杜勒-阿齐兹国王国际机场",
|
||||
Karachi: "真纳国际机场",
|
||||
"Lau Fau Shan": "流浮山监测站",
|
||||
Lagos: "穆尔塔拉·穆罕默德国际机场",
|
||||
London: "希思罗机场",
|
||||
Lucknow: "乔杜里·查兰·辛格国际机场",
|
||||
Madrid: "马德里-巴拉哈斯机场",
|
||||
|
||||
@@ -83,8 +83,7 @@ const CITY_REGION_FALLBACK: Record<string, MarketRegionKey> = {
|
||||
milan: "europe_africa",
|
||||
warsaw: "europe_africa",
|
||||
madrid: "europe_africa",
|
||||
lagos: "europe_africa",
|
||||
"cape town": "europe_africa",
|
||||
"cape town": "europe_africa",
|
||||
jeddah: "europe_africa",
|
||||
"tel aviv": "europe_africa",
|
||||
seoul: "asia_pacific",
|
||||
|
||||
Reference in New Issue
Block a user