Add i18n support

This commit is contained in:
2025-04-28 11:49:58 +08:00
parent 618bae3afe
commit 0d3df25a94
8 changed files with 440 additions and 16 deletions

View File

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