From 333857c05f09d9cf45e5bc641c1a5ec18de36be9 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:28:10 +0900 Subject: [PATCH] New translations common.json (Galician) --- public/locales/gl/layout/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/locales/gl/layout/common.json diff --git a/public/locales/gl/layout/common.json b/public/locales/gl/layout/common.json new file mode 100644 index 000000000..cb0774f39 --- /dev/null +++ b/public/locales/gl/layout/common.json @@ -0,0 +1,18 @@ +{ + "modals": { + "blockedPopups": { + "title": "", + "text": "", + "list": { + "browserPermission": "", + "adBlockers": "", + "otherBrowser": "" + } + } + }, + "actions": { + "category": { + "openAllInNewTab": "" + } + } +}