aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCoolPlayLin <[email protected]>2023-11-25 19:20:47 +0800
committerGitHub <[email protected]>2023-11-25 12:20:47 +0100
commit5525b55cc47fa97b55de52fccff7ab51633e639a (patch)
tree85ccf8521f5ee58ef7c1c9524333d97f1362cd70 /src
parentc2b952347e1f952cf379807a3c456fed65075d11 (diff)
downloadfaker-5525b55cc47fa97b55de52fccff7ab51633e639a.tar.xz
faker-5525b55cc47fa97b55de52fccff7ab51633e639a.zip
fix(locale): incomplete airline names in zh_CN (#2558)
Diffstat (limited to 'src')
-rw-r--r--src/locales/zh_CN/airline/airline.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/locales/zh_CN/airline/airline.ts b/src/locales/zh_CN/airline/airline.ts
index 9ffcc7ea..0105f88a 100644
--- a/src/locales/zh_CN/airline/airline.ts
+++ b/src/locales/zh_CN/airline/airline.ts
@@ -1,8 +1,8 @@
export default [
{ name: '爱琴海航空公司', iataCode: 'A3' },
{ name: '俄罗斯航空公司', iataCode: 'SU' },
- { name: '阿根廷航空', iataCode: 'AR' },
- { name: '墨西哥国际航空', iataCode: 'AM' },
+ { name: '阿根廷航空公司', iataCode: 'AR' },
+ { name: '墨西哥国际航空公司', iataCode: 'AM' },
{ name: '阿尔及利亚航空公司', iataCode: 'AH' },
{ name: '阿拉伯航空公司', iataCode: 'G9' },
{ name: '加拿大航空公司', iataCode: 'AC' },
@@ -27,7 +27,7 @@ export default [
{ name: '韩亚航空公司', iataCode: 'OZ' },
{ name: '哥伦比亚航空公司', iataCode: 'AV' },
{ name: '巴西蔚蓝航空公司', iataCode: 'AD' },
- { name: '蓝色航空', iataCode: 'ZF' },
+ { name: '蓝色航空公司', iataCode: 'ZF' },
{ name: '北京首都航空公司', iataCode: 'JD' },
{ name: '玻利维亚航空公司', iataCode: 'OB' },
{ name: '英国航空公司', iataCode: 'BA' },