Incomplete Chinese Localization on NFT Studio
On the NFT Studio website (https://www.nftstudio.rocks/), when switching the language setting to Chinese, some interface text remains in English. This results in inconsistent localization and a poor multilingual user experience.
Steps to Reproduce:
- Visit https://www.nftstudio.rocks/.
- Switch site language to Chinese.
- Navigate through different sections (homepage, menu, features).
- Observe that some parts of the UI are still in English instead of Chinese.
Expected Result: All UI text should appear fully translated into Chinese, ensuring a consistent localized experience.
Actual Result: Certain UI elements and texts remain in English (e.g., navigation labels, feature descriptions, or button texts).
Bug Description: The language localization is incomplete. The Chinese language option fails to replace all English text across the site. This may be due to missing translation keys, fallback defaults, or incomplete i18n (internationalization) integration.
Suggested Fix:
- Audit all UI strings for missing Chinese translations.
- Ensure i18n files are complete and synced with English base.
- Add fallback logic to flag untranslated strings instead of defaulting silently to English.
- Perform linguistic QA with native Chinese testers.