Added Chinese (zh-cn)Language Support #811
Closed
+278
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds full Chinese Simplified (zh-CN) language support to DrawDB, providing a complete and accurate translation for users across China and other Chinese-speaking regions.
All strings have been translated following DrawDB’s established i18n structure and match the completeness and consistency of other supported languages.
What's Included
1. New Language Support
zh-cn.jslocale filei18n.jslanguagesarray and theresourcesobject2. Translation Quality & Structure
All interpolation placeholders preserved
{{tableName}},{{fieldName}},{{typeName}},{{refName}}, etc.Structure exactly mirrors the English source file
Terminology kept consistent across:
Ensures the language appears in the UI and loads correctly
3. Language Details
Testing
Why Chinese?
Chinese (Simplified) is one of the most widely spoken languages in the world, with over a billion native speakers and a rapidly growing developer community. Adding Chinese language support makes DrawDB more accessible to engineers, students, and database designers across China and other Chinese-speaking regions, expanding its usability in one of the largest and most influential tech ecosystems globally.