fix(all): Enable https in place.
This commit is contained in:
parent
4779d4968f
commit
722a950033
1 changed files with 3 additions and 2 deletions
|
@ -910,11 +910,12 @@ export class GBConversationalService {
|
|||
});
|
||||
}
|
||||
|
||||
const locale = systemUser?systemUser.locale:null;
|
||||
text = await min.conversationalService.translate(
|
||||
min,
|
||||
text,
|
||||
systemUser.locale
|
||||
? systemUser.locale
|
||||
locale
|
||||
? locale
|
||||
: min.core.getParam<string>(min.instance, 'Locale', GBConfigService.get('LOCALE'))
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue