Add i18n support

This commit is contained in:
2025-04-28 12:41:18 +08:00
parent 0d3df25a94
commit d7a848e7ad
7 changed files with 140 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
import zhCN from './zh-CN';
import enUS from './en-US';
export default {
'zh-CN': zhCN,
'en-US': enUS