From 5876c6765ccabc523be33e733926a3d10b75019d Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:16:28 +0900 Subject: [PATCH] New translations common.json (Galician) --- public/locales/gl/modules/common.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/locales/gl/modules/common.json diff --git a/public/locales/gl/modules/common.json b/public/locales/gl/modules/common.json new file mode 100644 index 000000000..ba4f38a1c --- /dev/null +++ b/public/locales/gl/modules/common.json @@ -0,0 +1,10 @@ +{ + "settings": { + "label": "" + }, + "errors": { + "unmappedOptions": { + "text": "" + } + } +}