Quickfix: add centroids to some renderings which dissappeared during migration
This commit is contained in:
parent
c3a4015f53
commit
161bcc8647
11 changed files with 1001 additions and 1036 deletions
|
@ -47,7 +47,7 @@ export default class Translations {
|
|||
return undefined;
|
||||
}
|
||||
if (typeof (s) === "string") {
|
||||
return new Translation({en: s});
|
||||
return new Translation({'*': s});
|
||||
}
|
||||
if (s instanceof Translation) {
|
||||
return s.Clone() /* MUST CLONE HERE! */;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue