From 2579a839051fe2695d35357196530c038972bd9d Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:24:58 +0900 Subject: [PATCH] New translations general.json (Galician) --- .../gl/settings/customization/general.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 public/locales/gl/settings/customization/general.json diff --git a/public/locales/gl/settings/customization/general.json b/public/locales/gl/settings/customization/general.json new file mode 100644 index 000000000..2e9b08103 --- /dev/null +++ b/public/locales/gl/settings/customization/general.json @@ -0,0 +1,25 @@ +{ + "text": "", + "accordeon": { + "layout": { + "name": "", + "description": "" + }, + "gridstack": { + "name": "", + "description": "" + }, + "pageMetadata": { + "name": "", + "description": "" + }, + "appereance": { + "name": "", + "description": "" + }, + "accessibility": { + "name": "", + "description": "" + } + } +}