feat(i18n): add internationalization support

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.
This commit is contained in:
xiaomai
2025-11-04 10:47:06 +08:00
parent 778f32b617
commit dccbe7599f
9 changed files with 101 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{
"index": {
"trustedBy": "Trusted by over {count} users worldwide"
}
}