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",