This commit introduces internationalization (i18n) support by integrating the `@nuxtjs/i18n` module. It configures English (en) and Simplified Chinese (zh-CN) locales, adds a language selector to the header, and internationalizes the index page content using translation files.
6 lines
77 B
JSON
6 lines
77 B
JSON
{
|
|
"index": {
|
|
"trustedBy": "全球有超过 {count} 用户信赖"
|
|
}
|
|
}
|