prmbr-image-mksaas/messages/cn.json
javayhu 4c6997a012 feat: implement internationalization with next-intl
- Add multi-language support using next-intl
- Configure routing and localization for English and Chinese
- Update project structure to support i18n routing
- Add middleware and navigation helpers for localized routing
- Create message files for translations
- Modify layout and page components to support internationalization
2025-03-01 21:59:22 +08:00

12 lines
176 B
JSON

{
"HomePage": {
"title": "你好,世界!",
"about": "去关于页面"
},
"AboutPage": {
"title": "关于"
},
"BlogPage": {
"title": "博客"
}
}