- 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
12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"HomePage": {
|
|
"title": "你好,世界!",
|
|
"about": "去关于页面"
|
|
},
|
|
"AboutPage": {
|
|
"title": "关于"
|
|
},
|
|
"BlogPage": {
|
|
"title": "博客"
|
|
}
|
|
} |