diff options
Merge branch 'master' into EdgeCompatibility
Diffstat (limited to 'app/_locales/zh_CN')
-rw-r--r-- | app/_locales/zh_CN/messages.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/_locales/zh_CN/messages.json b/app/_locales/zh_CN/messages.json new file mode 100644 index 000000000..fc87384e5 --- /dev/null +++ b/app/_locales/zh_CN/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "MetaMask", + "description": "The name of the application" + }, + "appDescription": { + "message": "以太坊身份管理", + "description": "The description of the application" + } +} |