Add translate capabilities to QRMessages in CW

This commit is contained in:
Douglas Rauber at Nitro
2024-01-25 16:19:08 -03:00
parent 7f74de07ed
commit 0edc8a9284
9 changed files with 68 additions and 6 deletions

View File

@@ -127,6 +127,8 @@ export type Auth = {
export type DelInstance = number | boolean;
export type Language = string | 'en';
export type GlobalWebhook = {
URL: string;
ENABLED: boolean;
@@ -163,6 +165,7 @@ export interface Env {
WEBSOCKET: Websocket;
LOG: Log;
DEL_INSTANCE: DelInstance;
LANGUAGE: Language;
WEBHOOK: Webhook;
CONFIG_SESSION_PHONE: ConfigSessionPhone;
QRCODE: QrCode;