Skip to content

Commit

Permalink
refactor: update i18n instance config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Sep 25, 2024
1 parent 5aa9dca commit 7e3ec58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ i18n
'zh-CN': { translation: zhCN },
},
fallbackLng: 'en-AU',
preload: ['en-AU', 'zh-CN'],
interpolation: {
escapeValue: false,
},
});

export default i18n;

0 comments on commit 7e3ec58

Please sign in to comment.