From e6775ab39a7bc39bafd8b79dd4bc18dabac5bd57 Mon Sep 17 00:00:00 2001 From: Thomas Kleinke Date: Mon, 13 Nov 2023 14:39:05 +0000 Subject: [PATCH] Add translations: Configuration templates / Greek --- .../config/Library/Templates/Language.el.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 core/config/Library/Templates/Language.el.json diff --git a/core/config/Library/Templates/Language.el.json b/core/config/Library/Templates/Language.el.json new file mode 100644 index 0000000000..06c1011f9c --- /dev/null +++ b/core/config/Library/Templates/Language.el.json @@ -0,0 +1,24 @@ +{ + "default": { + "label": "" + }, + "minimalExcavation": { + "label": "" + }, + "minimalBuilding": { + "label": "" + }, + "minimalSurvey": { + "label": "" + }, + "archaeoDox": { + "label": "", + "languageConfiguration": { + "relations": { + "isPresentIn": { + "label": "" + } + } + } + } +}