Skip to content

Commit 1be4a94

Browse files
committed
Change fallback language to EN
1 parent 9adb0ca commit 1be4a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ i18n
1818
// init i18next
1919
// for all options read: https://www.i18next.com/overview/configuration-options
2020
.init({
21-
fallbackLng: "cn",
21+
fallbackLng: "en",
2222
debug: true,
2323

2424
interpolation: {

0 commit comments

Comments
 (0)