feat(i18n): add Simplified Chinese (zh-Hans) localization#14
feat(i18n): add Simplified Chinese (zh-Hans) localization#14Gradleless merged 6 commits intoGradleless:mainfrom DejavuMoe:main
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds Simplified Chinese (zh-Hans) localization to Nah.pet, providing a complete translation of all 411 messages in the application. The translation covers all user-facing text including dashboard, authentication, administration, analytics, domain management, and API response messages.
Key Changes:
- Complete Simplified Chinese translation file with all 411 message keys
- Translations for all major features: URL shortening, analytics, custom domains, admin panel, and API responses
- Proper use of Chinese punctuation and formatting conventions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Could you add the locale in the settings.json of ParaglideJS
(see: https://github.com/anhostfr/nah.pet/blob/main/project.inlang/settings.json)?
I also created a new translation key for prohibited registration issue (auth.registration_disabled). Could you add the corresponding translation, please?
Ok, I just finished it. |
|
That's fine, thank you! |
Add zh-Hans i18n support.