fix: translation hooks and custom api doc
This commit is contained in:
@@ -1404,7 +1404,7 @@ export class Translator {
|
||||
apisMap,
|
||||
});
|
||||
if (hookResult) {
|
||||
Object.assign(args, ...hookResult);
|
||||
Object.assign(args, hookResult);
|
||||
}
|
||||
} catch (err) {
|
||||
kissLog("transStartHook", err);
|
||||
|
||||
Reference in New Issue
Block a user