Merge master

This commit is contained in:
Pieter Vander Vennet 2022-01-31 20:12:11 +01:00
commit a11e0fc545
57 changed files with 1535 additions and 1381 deletions

View file

@ -67,7 +67,7 @@ export default class LayoutConfig {
this.credits = json.credits;
this.version = json.version;
this.language = Array.from(Object.keys(json.title));
{
if (typeof json.title === "string") {
console.error("The title is not a translation, it instead is ", json.title, "("+typeof json.title+")")