From fc8d9587d8814c6a831253ef676684350308a3ca Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 13 Jul 2016 12:16:41 -0700 Subject: [PATCH 1/2] Fix MetaMask title for EN. --- app/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 4414e6533..8c28f1c43 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1,6 +1,6 @@ { "appName": { - "message": "metamask", + "message": "MetaMask", "description": "The name of the application" }, "appDescription": { From 2403a833e82a1b108456364f640c8c64fecb2d16 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 13 Jul 2016 12:17:08 -0700 Subject: [PATCH 2/2] Add Japanese localization file. --- app/_locales/ja/messages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/_locales/ja/messages.json diff --git a/app/_locales/ja/messages.json b/app/_locales/ja/messages.json new file mode 100644 index 000000000..f15d06ff4 --- /dev/null +++ b/app/_locales/ja/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "MetaMask", + "description": "The name of the application" + }, + "appDescription": { + "message": "EthereumのID管理", + "description": "The description of the application" + } +}