From 9fe8e3164de072584575e053c095f3ff21c3c2cf Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 8 Aug 2023 04:22:59 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/translation_schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NewHorizons/Schemas/translation_schema.json b/NewHorizons/Schemas/translation_schema.json index 92a114ef..da210c41 100644 --- a/NewHorizons/Schemas/translation_schema.json +++ b/NewHorizons/Schemas/translation_schema.json @@ -25,6 +25,13 @@ "type": "string" } }, + "OtherDictionary": { + "type": "object", + "description": "Translation table for other text, will be taken verbatim without correcting CDATA", + "additionalProperties": { + "type": "string" + } + }, "AchievementTranslations": { "type": "object", "description": "Translation table for achievements. The key is the unique ID of the achievement",