mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:46:00 +00:00
Remove some invalid entries from messages.json
'StatusName', 'ApplierTooltip' and 'ReceiverTooltip' are attributes of status effects, which are defined in JSON files (and already extracted correctly from there), not XMLs.
This commit is contained in:
@@ -480,15 +480,6 @@
|
||||
"AttackName": {
|
||||
"customContext": "Name of an attack, usually the weapon."
|
||||
},
|
||||
"StatusName": {
|
||||
"customContext": "status effect"
|
||||
},
|
||||
"ApplierTooltip": {
|
||||
"customContext": "status effect"
|
||||
},
|
||||
"ReceiverTooltip": {
|
||||
"customContext": "status effect"
|
||||
},
|
||||
"GenericName": {},
|
||||
"SpecificName": {},
|
||||
"History": {},
|
||||
@@ -523,15 +514,6 @@
|
||||
"AttackName": {
|
||||
"customContext": "Name of an attack, usually the weapon."
|
||||
},
|
||||
"StatusName": {
|
||||
"customContext": "status effect"
|
||||
},
|
||||
"ApplierTooltip": {
|
||||
"customContext": "status effect"
|
||||
},
|
||||
"ReceiverTooltip": {
|
||||
"customContext": "status effect"
|
||||
},
|
||||
"GenericName": {},
|
||||
"SpecificName": {},
|
||||
"History": {},
|
||||
|
||||
Reference in New Issue
Block a user