mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -2,9 +2,10 @@
|
||||
"common": {
|
||||
"locale": {
|
||||
"default": "Default",
|
||||
"en": "English",
|
||||
"es": "Spanish",
|
||||
"fr": "French"
|
||||
"en-US": "English",
|
||||
"es-ES": "Spanish",
|
||||
"fr-FR": "French",
|
||||
"zh-Hans": "Chinese (Simplified)"
|
||||
},
|
||||
"save": "Save"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user