Closed AtiqGauri closed 2 years ago
Code is dynamic so all the meeting clients have a map of languages, for any newer language or newer dialect of existing language you just need to introduce a new entry in this map for respective fields, and everything else should work:
const button_text_map = { "mute": { "english": `[aria-label="Mute"]`, "japanese": `[aria-label="ミュート"]`, "german": `[aria-label="Stummschalten"]`, "chinese": `[aria-label="靜音"]`, "chinese.taiwan": `[aria-label="靜音"]`, "french": `[aria-label="Muet"]`, "polish": `[aria-label="Wycisz"]` }, "unmute": { "english": `[aria-label="Unmute"]`, "japanese": `[aria-label="ミュート解除"]`, "german": `[aria-label="Stummschaltung aufheben"]`, "chinese": `[aria-label="取消靜音"]`, "chinese.taiwan": `[aria-label="取消靜音"]`, "french": `[aria-label="Activer le son"]`, "polish": `[aria-label="Wyłącz wyciszenie"]` }, "videoActivate": { "english": `[aria-label="Turn camera on"]`, "japanese": `[aria-label="カメラをオンにする"]`, "german": `[aria-label="Kamera aktivieren"]`, "chinese": `[aria-label="開啟攝影機"]`, "chinese.taiwan": `[aria-label="開啟攝影機"]`, "french": `[aria-label="Activer la caméra"]`, "polish": `[aria-label="Włącz kamerę"]` }, "videoDeactivate": { "english": `[aria-label="Turn camera off"]`, "japanese": `[aria-label="カメラをオフにする"]`, "german": `[aria-label="Kamera deaktivieren"]`, "chinese": `[aria-label="關閉攝影機"]`, "chinese.taiwan": `[aria-label="關閉攝影機"]`, "french": `[aria-label="Désactiver la caméra"]`, "polish": `[aria-label="Wyłącz kamerę"]` } }
Manage your Google Account
Personal Info
language
Support for multiple languages:
Code is dynamic so all the meeting clients have a map of languages, for any newer language or newer dialect of existing language you just need to introduce a new entry in this map for respective fields, and everything else should work:
Note:
Manage your Google Account
->Personal Info
->language
.