forked from FoundKeyGang/FoundKey
initialize translationService to 'none'
This commit is contained in:
parent
5cb5d8c8df
commit
494b9236db
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ let emailRequiredForSignup: boolean = $ref(false);
|
|||
let enableServiceWorker: boolean = $ref(false);
|
||||
let swPublicKey: any = $ref(null);
|
||||
let swPrivateKey: any = $ref(null);
|
||||
let translationService: string = $ref('');
|
||||
let translationService: string = $ref('none');
|
||||
let deeplIsPro: boolean = $ref(false);
|
||||
let deeplAuthKey: string = $ref('');
|
||||
let libreTranslateEndpoint: string = $ref('');
|
||||
|
|
Loading…
Reference in a new issue