feat(i18n): add Simplified Chinese (zh-CN) translations #231
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.
Adds a Simplified Chinese (zh-CN) translation bundle to the @asgardeo/i18n package and exports it from the translations index. This change includes:\n\n- packages/i18n/src/translations/zh-CN.ts (new)\n- packages/i18n/src/translations/index.ts (export updated)\n- packages/i18n/README.md (usage)\n- .changeset/add-zh-cn.md (changeset)\n\nPlease review translations (native/professional Chinese speaker recommended). The i18n package build/typecheck should be run post-merge; tests were not run in this environment due to missing workspace dependencies.