diff --git a/src/core/Thing.ts b/src/core/Thing.ts index ffe8346f..207785a9 100644 --- a/src/core/Thing.ts +++ b/src/core/Thing.ts @@ -256,7 +256,7 @@ export class SCThingMeta implements SCMetaTranslations { /** * Translations of values of fields */ - fieldValueTranslations = { + fieldValueTranslations = { de: { type: 'Ding', }, @@ -275,5 +275,6 @@ export class SCThingMeta implements SCMetaTranslations { return this._instance.get(this.name) as T; } - protected constructor() {} + protected constructor() { + } }