aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-07-14 03:17:08 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-07-14 03:17:08 +0800
commit2403a833e82a1b108456364f640c8c64fecb2d16 (patch)
tree948f5e8ed3c634ad9ef32725b633b7a7ff9b7214 /app/_locales
parentfc8d9587d8814c6a831253ef676684350308a3ca (diff)
downloadtangerine-wallet-browser-2403a833e82a1b108456364f640c8c64fecb2d16.tar
tangerine-wallet-browser-2403a833e82a1b108456364f640c8c64fecb2d16.tar.gz
tangerine-wallet-browser-2403a833e82a1b108456364f640c8c64fecb2d16.tar.bz2
tangerine-wallet-browser-2403a833e82a1b108456364f640c8c64fecb2d16.tar.lz
tangerine-wallet-browser-2403a833e82a1b108456364f640c8c64fecb2d16.tar.xz
tangerine-wallet-browser-2403a833e82a1b108456364f640c8c64fecb2d16.tar.zst
tangerine-wallet-browser-2403a833e82a1b108456364f640c8c64fecb2d16.zip
Add Japanese localization file.
Diffstat (limited to 'app/_locales')
-rw-r--r--app/_locales/ja/messages.json10
1 files changed, 10 insertions, 0 deletions
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"
+ }
+}