mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
feat: Localization
This commit is contained in:
5
html/src/localization/localizedStrings.js
Normal file
5
html/src/localization/localizedStrings.js
Normal 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 };
|
||||
Reference in New Issue
Block a user