From 993c70b4aa1e8b57bcb0c09e8b23a375787a1d2d Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:19:45 +0900 Subject: [PATCH] New translations page-appearance.json (Galician) --- .../customization/page-appearance.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 public/locales/gl/settings/customization/page-appearance.json diff --git a/public/locales/gl/settings/customization/page-appearance.json b/public/locales/gl/settings/customization/page-appearance.json new file mode 100644 index 000000000..79e9e7c94 --- /dev/null +++ b/public/locales/gl/settings/customization/page-appearance.json @@ -0,0 +1,30 @@ +{ + "pageTitle": { + "label": "", + "description": "" + }, + "metaTitle": { + "label": "", + "description": "" + }, + "logo": { + "label": "", + "description": "" + }, + "favicon": { + "label": "", + "description": "" + }, + "background": { + "label": "" + }, + "customCSS": { + "label": "", + "description": "", + "placeholder": "", + "applying": "" + }, + "buttons": { + "submit": "" + } +}