Merge master
This commit is contained in:
commit
ec09a72cae
14 changed files with 1056 additions and 1089 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