update editor language selection UI for i18n

This commit is contained in:
Hiroyasu Nishiyama
2019-05-27 11:28:36 +09:00
parent c514d988df
commit 7f35e2280e
3 changed files with 33 additions and 2 deletions

View File

@@ -929,5 +929,12 @@
"description": "Description",
"appearance": "Appearance",
"env": "Environment Variables"
},
"languages" : {
"de": "German",
"en-US": "English",
"ja": "Japanese",
"ko": "Korean",
"zh-CN": "Chinese(Simplified)"
}
}