feat: Localization

This commit is contained in:
kamiya10
2022-12-24 22:30:31 +08:00
parent 3079efa7fd
commit e21a53bdcf
7 changed files with 2292 additions and 659 deletions

View File

@@ -0,0 +1,5 @@
import en from './strings/en.json' assert { type: 'JSON' };
// import ja from './strings/ja.json' assert { type: 'JSON' };
import zh_TW from './strings/zh_TW.json' assert { type: 'JSON' };
export { en, zh_TW };