This commit is contained in:
Nick 2023-08-08 00:32:43 -04:00
commit 69c8bdb7aa

View File

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