From 44d8f461c0b0db5e79fdfb911a1e3623ffc900c7 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:27:42 +0900 Subject: [PATCH] New translations bookmark.json (Galician) --- public/locales/gl/modules/bookmark.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/locales/gl/modules/bookmark.json diff --git a/public/locales/gl/modules/bookmark.json b/public/locales/gl/modules/bookmark.json new file mode 100644 index 000000000..7b959be28 --- /dev/null +++ b/public/locales/gl/modules/bookmark.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "items": { + "label": "" + }, + "layout": { + "label": "" + } + } + }, + "card": { + "noneFound": { + "title": "", + "text": "" + } + } +}