From 2403a833e82a1b108456364f640c8c64fecb2d16 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 13 Jul 2016 12:17:08 -0700 Subject: Add Japanese localization file. --- app/_locales/ja/messages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/_locales/ja/messages.json (limited to 'app/_locales/ja') 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" + } +} -- cgit v1.2.3