Studio: WIP

This commit is contained in:
Pieter Vander Vennet 2023-08-23 11:11:53 +02:00
parent 04ecdad1bb
commit 903e168a89
62 changed files with 19152 additions and 123399 deletions

View file

@ -57,7 +57,7 @@ export class Translation extends BaseUIElement {
if (count === 0) {
console.error(
"Constructing a translation, but the object containing translations is empty " +
context
(context ?? "No context given")
)
throw `Constructing a translation, but the object containing translations is empty (${context})`
}