Skip to content

Commit

Permalink
wam: Add UI strings for core, other, and unknown add-on types
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
irydacea committed Oct 24, 2019
1 parent 2d9d1f4 commit 84a38f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/tools/addon_manager/html.py
Expand Up @@ -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.",
},
}


Expand Down

0 comments on commit 84a38f7

Please sign in to comment.