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

refactor(locale): improve zh_CN vehicle manufacturers #3254

Merged
merged 3 commits into from
Nov 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions src/locales/zh_CN/vehicle/manufacturer.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export default [

Check failure on line 1 in src/locales/zh_CN/vehicle/manufacturer.ts

View workflow job for this annotation

GitHub Actions / Check Code Generation: node-22, ubuntu-latest

Diff detected

Please run `pnpm run preflight` and commit the changes.
'丰田',
'保时捷',
'克莱斯勒',
'兰博基尼',
'劳斯莱斯',
'卡迪拉克',
'吉普车',
'大众汽车',
'凯迪拉克',
'吉普',
'大众',
'奔驰',
'奥迪',
'宝马',
'宾利',
'小型的',
'迷你',
'布加迪',
'捷豹',
'日产',
Expand All @@ -23,12 +23,26 @@
'玛莎拉蒂',
'现代',
'福特',
'聪明的',
'奔驰smart',
'菲亚特',
'起亚',
'路虎',
'躲闪',
'道奇',
'阿斯顿·马丁',
'雪佛兰',
'马自达',
'比亚迪',
'雪铁龙',
'名爵',
'马恒达',
'铃木',
'蔚来',
'塔塔',
'三菱',
'雷诺',
'斯柯达',
'斯巴鲁',
'沃克斯豪尔',
'标致',
'马鲁蒂'

Check failure on line 47 in src/locales/zh_CN/vehicle/manufacturer.ts

View workflow job for this annotation

GitHub Actions / Lint: node-22, ubuntu-latest

Insert `,`
];
Loading