aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-07-27 06:13:24 +0800
committerGitHub <noreply@github.com>2018-07-27 06:13:24 +0800
commite715d0e6915a9bb0ac69db06144253ddff54ba44 (patch)
tree57f3f498a3b3cbb2b16c6aabe86283bc03f6a342 /app
parentffefeb65d46ce7b9af731b41e18222a16f9247e0 (diff)
parent519ca1c74ba4dab1e803a30722149902c5da550a (diff)
downloadtangerine-wallet-browser-e715d0e6915a9bb0ac69db06144253ddff54ba44.tar
tangerine-wallet-browser-e715d0e6915a9bb0ac69db06144253ddff54ba44.tar.gz
tangerine-wallet-browser-e715d0e6915a9bb0ac69db06144253ddff54ba44.tar.bz2
tangerine-wallet-browser-e715d0e6915a9bb0ac69db06144253ddff54ba44.tar.lz
tangerine-wallet-browser-e715d0e6915a9bb0ac69db06144253ddff54ba44.tar.xz
tangerine-wallet-browser-e715d0e6915a9bb0ac69db06144253ddff54ba44.tar.zst
tangerine-wallet-browser-e715d0e6915a9bb0ac69db06144253ddff54ba44.zip
Merge pull request #4858 from MetaMask/chinesesimplifiedandtraditional
Update Chinese naming on our language list
Diffstat (limited to 'app')
-rw-r--r--app/_locales/index.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/_locales/index.json b/app/_locales/index.json
index 7717502b7..f50c09f88 100644
--- a/app/_locales/index.json
+++ b/app/_locales/index.json
@@ -17,6 +17,6 @@
{ "code": "tml", "name": "Tamil" },
{ "code": "tr", "name": "Turkish" },
{ "code": "vi", "name": "Vietnamese" },
- { "code": "zh_CN", "name": "Mandarin" },
- { "code": "zh_TW", "name": "Taiwanese" }
+ { "code": "zh_CN", "name": "Chinese (Simplified)" },
+ { "code": "zh_TW", "name": "Chinese (Traditional)" }
]