Skip to content

Commit 48028ab

Browse files
committed
feat(iata-code-typo-fix): fix the Spring Airlines code
1 parent aa79846 commit 48028ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/locales/en/airline/airline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default [
101101
{ name: 'Southwest Airlines', iataCode: 'WN' },
102102
{ name: 'SpiceJet', iataCode: 'SG' },
103103
{ name: 'Spirit Airlines', iataCode: 'NK' },
104-
{ name: 'Spring Airlines', iataCode: '9S' },
104+
{ name: 'Spring Airlines', iataCode: '9C' },
105105
{ name: 'SriLankan Airlines', iataCode: 'UL' },
106106
{ name: 'Star Peru', iataCode: '2I' },
107107
{ name: 'Sun Country Airlines', iataCode: 'SY' },

src/locales/zh_CN/airline/airline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default [
9494
{ name: '西南航空公司', iataCode: 'WN' },
9595
{ name: '香料航空公司', iataCode: 'SG' },
9696
{ name: '精神航空公司', iataCode: 'NK' },
97-
{ name: '春秋航空公司', iataCode: '9S' },
97+
{ name: '春秋航空公司', iataCode: '9C' },
9898
{ name: '斯里兰卡航空公司', iataCode: 'UL' },
9999
{ name: '秘鲁星航空公司', iataCode: '2I' },
100100
{ name: '太阳城航空公司', iataCode: 'SY' },

0 commit comments

Comments
 (0)