aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-08-23 08:18:53 +0800
committerDan Finlay <dan@danfinlay.com>2016-08-23 08:18:53 +0800
commit75fd650f6934d59a2fe7073d1c372af5867f802b (patch)
treee378c05ddca5496fb18c983b8041d7d1adf704db /app
parent361e26fad779dc35e480cf5333b6237f437732a5 (diff)
parentb79a52c71cac626ffcb7aca2730cbe61ab83ff3e (diff)
downloadtangerine-wallet-browser-75fd650f6934d59a2fe7073d1c372af5867f802b.tar
tangerine-wallet-browser-75fd650f6934d59a2fe7073d1c372af5867f802b.tar.gz
tangerine-wallet-browser-75fd650f6934d59a2fe7073d1c372af5867f802b.tar.bz2
tangerine-wallet-browser-75fd650f6934d59a2fe7073d1c372af5867f802b.tar.lz
tangerine-wallet-browser-75fd650f6934d59a2fe7073d1c372af5867f802b.tar.xz
tangerine-wallet-browser-75fd650f6934d59a2fe7073d1c372af5867f802b.tar.zst
tangerine-wallet-browser-75fd650f6934d59a2fe7073d1c372af5867f802b.zip
Merge branch 'master' into PopupNotifications
Diffstat (limited to 'app')
-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"
+ }
+}