Internationalization development guide
| Term | Description |
|---|---|
| Language Pack | JSON file containing key-value translations |
| Language Code | Follows BCP 47 standard (e.g., zh-CN) |
| Text Domain | Translation scope divided by module |
For detailed documentation, refer to I18next API Documentation
For detailed usage of useTranslation(), refer to react-i18next documentation
Or