Skip to content

Commit

Permalink
feat: setting default language to english (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
dileepajayakody authored Nov 17, 2021
1 parent 92597fa commit 07c66ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineConfig({
hmr: true,
},
locale: {
default: 'zh-CN',
default: 'en-US',
antd: true,
baseNavigator: true,
},
Expand Down

0 comments on commit 07c66ad

Please sign in to comment.