From 500a95a70492fc319ad1984da36773952a2086e6 Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 31 Jul 2015 18:38:02 -0700 Subject: init commit --- app/_locales/en/messages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/_locales/en/messages.json (limited to 'app/_locales/en') diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json new file mode 100644 index 000000000..4414e6533 --- /dev/null +++ b/app/_locales/en/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "metamask", + "description": "The name of the application" + }, + "appDescription": { + "message": "Ethereum Identity Management", + "description": "The description of the application" + } +} -- cgit v1.2.3