From 37f63946b0cef3343f8ff1447b2147805312a569 Mon Sep 17 00:00:00 2001 From: wanhose Date: Sun, 31 May 2020 13:04:04 +0200 Subject: [PATCH] feat: add support for english --- src/_locales/en/messages.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/_locales/en/messages.json diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json new file mode 100644 index 0000000..51b7c7f --- /dev/null +++ b/src/_locales/en/messages.json @@ -0,0 +1,6 @@ +{ + "appDesc": { + "description": "An extension that allows you to remove cookie consent dialogs automatically", + "message": "An extension that allows you to remove cookie consent dialogs automatically" + } +} \ No newline at end of file