This commit is contained in:
2022-02-15 15:50:36 -06:00
parent c2447b180e
commit 2956e24684
10 changed files with 133 additions and 30 deletions

2
dist/lang.js vendored
View File

@@ -99,7 +99,7 @@ function get(id, args = {}) {
if (typeof found === 'string')
return (0, lang_1.template)(found, args);
if (found.embed === true)
return (0, lang_1.embedObjStr)(found, id);
return (0, lang_1.embedObjStr)(found, args, id);
finding = found;
}
else