Skip to content

Commit

Permalink
style(utils): update default locale to 'en' in config parser
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Feb 18, 2024
1 parent 8e39f05 commit 75fb23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const configParsers = {
},
locale(locale?: string) {
if (!locale) {
return "zh-CN"
return "en"
}

parseAssert("locale", locale, "Cannot be empty")
Expand Down

0 comments on commit 75fb23d

Please sign in to comment.