initialize translationService to 'none'

This commit is contained in:
Norm 2022-11-02 16:48:00 -04:00
parent 5cb5d8c8df
commit 494b9236db
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -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('');