mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Correct type of "locales" in KaiOS manifest
It should be an object, not an array.
This commit is contained in:
@ -46,13 +46,13 @@ print encode_json({
|
||||
url => "https://bjh21.me.uk",
|
||||
},
|
||||
default_locale => "en-GB",
|
||||
locales => [
|
||||
locales => {
|
||||
"en-GB" => {
|
||||
name => $displayname,
|
||||
subtitle => $description,
|
||||
description => $objective,
|
||||
},
|
||||
],
|
||||
},
|
||||
categories => ["games"],
|
||||
type => "web",
|
||||
cursor => JSON::PP::false,
|
||||
|
Reference in New Issue
Block a user