HomeWildfire Games

Fix syntax in messages.json.

Description

Fix syntax in messages.json.

Noticed by @bb (and the linter), after r26298 / rP26298.

Details

Event Timeline

bb added a comment.Feb 11 2022, 1:47 PM

Actually that is the wrong way around XD.
For xml's the keywords are an object containing objects, not an array containing strings. Json's are an array containing strings. The scripts run correct now though (python is forgiving). Including a fix in D4483 (while also making json's work more like xml's)