prmbr-image-mksaas/messages/en.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
172 B
JSON

{
"HomePage": {
"title": "Hello world!",
"about": "Go to the about page"
},
"AboutPage": {
"title": "About"
},
"BlogPage": {
"title": "Blog"
}
}