comments
This commit is contained in:
2
dist/lang.js
vendored
2
dist/lang.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user