Added Simplified Chinese language support (#921)

Added Simplified Chinese language support
This commit is contained in:
Joleen Knepp
2024-08-21 12:17:31 +08:00
committed by GitHub
parent 58edd262b0
commit 6a0d2e8ee5
3 changed files with 194 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
export default {
output: 'src/locales/$LOCALE/$NAMESPACE.json',
locales: [ 'ja', 'he' ],
locales: [ 'ja', 'he','zh' ],
// Because some keys are dynamically generated, i18next-parser can't detect them.
// We add these keys manually, so we don't want to remove them.