Skip to content

Commit fa53e89

Browse files
committed
doc: fix site error
1 parent 1d6a891 commit fa53e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import zhCN from './locale/zh-CN';
44
import { isZhCN } from './utils/util';
55

66
const i18n = createI18n({
7-
legacy: true,
7+
legacy: false,
88
locale: isZhCN(location.pathname) ? 'zh-CN' : 'en-US',
99
fallbackLocale: 'en-US',
1010
messages: {

0 commit comments

Comments
 (0)