Files
vue-ts-example/src/locales/en.json
严浩 6b657f3f2b
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m16s
/ depcheck (push) Successful in 1m36s
/ playwright (push) Successful in 2m49s
feat(i18n): 更新国际化组件,优化语言文件和结构,增强类型支持
2024-11-07 15:26:33 +08:00

7 lines
90 B
JSON

{
"message": {
"hello": "hello world",
"greeting": "good morning, world!"
}
}