mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add British flags to the Flag effect (#1264)
* add britisch flags to flag.py adding the flags of England, Scotland and the United Kingdom to flag.py * adding British flags to flag.schema.json adding the flag of Great Britain (gb), England (gb-eng) and Scotland (gb-sct) to the GUI * added flag updates to CHANGELOG.md mentioning the Britisch flags as well as Cameroon and Russia
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": ["at","be","bg","ch","cmr","cz","de","dk","ee","es","fi","fr","gr","hu","ie","it","lt","lu","lv","mt","nl","pl","pt","ro","ru","se","sl"]
|
||||
"enum": ["at","be","bg","ch","cmr","cz","de","dk","ee","es","fi","fr","gb","gb-eng","gb-sct","gr","hu","ie","it","lt","lu","lv","mt","nl","pl","pt","ro","ru","se","sl"]
|
||||
},
|
||||
"propertyOrder" : 1
|
||||
},
|
||||
|
Reference in New Issue
Block a user