Merge pull request #380 from drauber/qr_translation

Add translate capabilities to QRMessages in CW
This commit is contained in:
Davidson Gomes
2024-01-29 11:30:00 -03:00
committed by GitHub
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;
@@ -164,6 +166,7 @@ export interface Env {
WEBSOCKET: Websocket;
LOG: Log;
DEL_INSTANCE: DelInstance;
LANGUAGE: Language;
WEBHOOK: Webhook;
CONFIG_SESSION_PHONE: ConfigSessionPhone;
QRCODE: QrCode;