wam: Add UI strings for core, other, and unknown add-on types
[ci skip]
This commit is contained in:
parent
2d9d1f405d
commit
84a38f773c
1 changed files with 15 additions and 0 deletions
|
@ -167,6 +167,21 @@ ADDON_TYPES_INFO = {
|
|||
"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.",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue