- 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
172 B
JSON
12 lines
172 B
JSON
{
|
|
"HomePage": {
|
|
"title": "Hello world!",
|
|
"about": "Go to the about page"
|
|
},
|
|
"AboutPage": {
|
|
"title": "About"
|
|
},
|
|
"BlogPage": {
|
|
"title": "Blog"
|
|
}
|
|
} |