Skip to content

Commit

Permalink
chore: update responsive ux
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Nov 9, 2023
1 parent a53f037 commit d61b994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ i18n
.use(initReactI18next) // passes i18n down to react-i18next
.init({
resources,
lng: localStorage.getItem('i18nextLng') || navigator.language || 'zh-CN',
interpolation: {
escapeValue: false, // react already safes from xss
},
Expand Down

0 comments on commit d61b994

Please sign in to comment.