From 35acea3615e986954b427e09d9351ab1dfbbf6c1 Mon Sep 17 00:00:00 2001 From: Iris Morelle Date: Thu, 24 Oct 2019 18:10:10 -0300 Subject: [PATCH] wam: Add UI strings for core, other, and unknown add-on types [ci skip] --- data/tools/addon_manager/html.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/tools/addon_manager/html.py b/data/tools/addon_manager/html.py index de72cccd42b2..2987acdbdb5e 100755 --- a/data/tools/addon_manager/html.py +++ b/data/tools/addon_manager/html.py @@ -167,6 +167,21 @@ "long": "Miscellaneous content/media", "help": "Unit packs, terrain packs, music packs, etc. Usually a (perhaps optional) dependency of another add-on.", }, + "core": { + "short": "Core", + "long": "Core/Total Conversion", + "help": "Cores enable total conversion of The Battle for Wesnoth. A core can replace all the content in Wesnoth: when a different core is loaded, the regular units, terrains and the like do not exist. This can be used to provide a completely different game experience.", + }, + "other": { + "short": "Other", + "long": "Other", + "help": "Add-ons which do not fit any other category.", + }, + "unknown": { + "short": "Unknown", + "long": "Unknown Add-on Type", + "help": "Add-ons with an invalid add-on type field.", + }, }