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",
|
url => "https://bjh21.me.uk",
|
||||||
},
|
},
|
||||||
default_locale => "en-GB",
|
default_locale => "en-GB",
|
||||||
locales => [
|
locales => {
|
||||||
"en-GB" => {
|
"en-GB" => {
|
||||||
name => $displayname,
|
name => $displayname,
|
||||||
subtitle => $description,
|
subtitle => $description,
|
||||||
description => $objective,
|
description => $objective,
|
||||||
},
|
},
|
||||||
],
|
},
|
||||||
categories => ["games"],
|
categories => ["games"],
|
||||||
type => "web",
|
type => "web",
|
||||||
cursor => JSON::PP::false,
|
cursor => JSON::PP::false,
|
||||||
|
Reference in New Issue
Block a user