You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/site/src/app/i18n/i18n.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ i18n
11
11
.use(initReactI18next)// passes i18n down to react-i18next
12
12
.init({
13
13
resources,
14
-
lng: localStorage.getItem('language')??'zh-Hant',// language to use, more information here: https://www.i18next.com/overview/configuration-options#languages-namespaces-resources
14
+
lng: localStorage.getItem('language')??'en-US',// language to use, more information here: https://www.i18next.com/overview/configuration-options#languages-namespaces-resources
15
15
// you can use the i18n.changeLanguage function to change the language manually: https://www.i18next.com/overview/api#changelanguage
16
16
// if you're using a language detector, do not define the lng option
0 commit comments