diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-08-23 05:11:32 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-08-23 05:11:32 +0800 |
commit | bc2abd0a78a1ac43d230290dbb62c63c68c012ea (patch) | |
tree | 290b1d23ba396a22fb2cccae410a719d5615a9a0 | |
parent | 18aef9570fe6c918673afea84483e54366317f6e (diff) | |
download | tangerine-wallet-browser-bc2abd0a78a1ac43d230290dbb62c63c68c012ea.tar tangerine-wallet-browser-bc2abd0a78a1ac43d230290dbb62c63c68c012ea.tar.gz tangerine-wallet-browser-bc2abd0a78a1ac43d230290dbb62c63c68c012ea.tar.bz2 tangerine-wallet-browser-bc2abd0a78a1ac43d230290dbb62c63c68c012ea.tar.lz tangerine-wallet-browser-bc2abd0a78a1ac43d230290dbb62c63c68c012ea.tar.xz tangerine-wallet-browser-bc2abd0a78a1ac43d230290dbb62c63c68c012ea.tar.zst tangerine-wallet-browser-bc2abd0a78a1ac43d230290dbb62c63c68c012ea.zip |
First part of chinese translation.
-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" + } +} |