[mirotalk] - add Vietnamese lang

This commit is contained in:
Miroslav Pejic
2025-01-14 11:38:59 +01:00
parent 6e58a036c0
commit e7ad5b1da2
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.4.55
* @version 1.4.56
*
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.4.55",
"version": "1.4.56",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
+2 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.4.55
* @version 1.4.56
*
*/
@@ -11037,7 +11037,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.4.55</strong>',
title: '<strong>WebRTC P2P v1.4.56</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },
+1
View File
@@ -73,6 +73,7 @@ const langs = [
],
['日本語', ['ja-JP']],
['Lingua latīna', ['la']],
['Tiếng Việt', ['vi-VN']],
];
const speechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;