aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-08-23 07:43:49 +0800
committerGitHub <noreply@github.com>2016-08-23 07:43:49 +0800
commitb79a52c71cac626ffcb7aca2730cbe61ab83ff3e (patch)
tree290b1d23ba396a22fb2cccae410a719d5615a9a0
parent3756384da6cb7d1566271cb99ec561d3b051a4ac (diff)
parentbc2abd0a78a1ac43d230290dbb62c63c68c012ea (diff)
downloadtangerine-wallet-browser-b79a52c71cac626ffcb7aca2730cbe61ab83ff3e.tar
tangerine-wallet-browser-b79a52c71cac626ffcb7aca2730cbe61ab83ff3e.tar.gz
tangerine-wallet-browser-b79a52c71cac626ffcb7aca2730cbe61ab83ff3e.tar.bz2
tangerine-wallet-browser-b79a52c71cac626ffcb7aca2730cbe61ab83ff3e.tar.lz
tangerine-wallet-browser-b79a52c71cac626ffcb7aca2730cbe61ab83ff3e.tar.xz
tangerine-wallet-browser-b79a52c71cac626ffcb7aca2730cbe61ab83ff3e.tar.zst
tangerine-wallet-browser-b79a52c71cac626ffcb7aca2730cbe61ab83ff3e.zip
Merge pull request #571 from MetaMask/chinese-local
Chinese and Spanish localization
-rw-r--r--app/_locales/es/messages.json10
-rw-r--r--app/_locales/es_419/messages.json10
-rw-r--r--app/_locales/zh_CN/messages.json10
3 files changed, 30 insertions, 0 deletions
diff --git a/app/_locales/es/messages.json b/app/_locales/es/messages.json
new file mode 100644
index 000000000..78fc64dbf
--- /dev/null
+++ b/app/_locales/es/messages.json
@@ -0,0 +1,10 @@
+{
+ "appName": {
+ "message": "MetaMask",
+ "description": "The name of the application"
+ },
+ "appDescription": {
+ "message": "Administración de identidad en Ethereum",
+ "description": "The description of the application"
+ }
+}
diff --git a/app/_locales/es_419/messages.json b/app/_locales/es_419/messages.json
new file mode 100644
index 000000000..78fc64dbf
--- /dev/null
+++ b/app/_locales/es_419/messages.json
@@ -0,0 +1,10 @@
+{
+ "appName": {
+ "message": "MetaMask",
+ "description": "The name of the application"
+ },
+ "appDescription": {
+ "message": "Administración de identidad en Ethereum",
+ "description": "The description of the application"
+ }
+}
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"
+ }
+}