Init applications

This commit is contained in:
NVWA Bot
2025-12-11 16:35:43 +00:00
commit ad64dc8905
265 changed files with 41557 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import en from './en.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
en,
'zh-Hans': zhHans,
'zh-Hant': zhHant
}