I18n: Add Chinese (Simplified) (#56739)

* Prevent _old.json files from being created

* Add contrib docs for adding new locale

* add chinese (simplified)
This commit is contained in:
Josh Hunt
2022-10-12 11:12:46 +01:00
committed by GitHub
parent 85e3ed491d
commit 719769ee7c
10 changed files with 62 additions and 23 deletions

View File

@@ -2,9 +2,10 @@
"common": {
"locale": {
"default": "",
"en": "",
"es": "",
"fr": ""
"en-US": "",
"es-ES": "",
"fr-FR": "",
"zh-Hans": ""
},
"save": ""
},