From 1e75cfdeee33810842108a3f2417da845c633677 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 26 Jan 2025 19:55:20 +0100 Subject: [PATCH] [mirotalk] - add comment for language --- app/src/config.template.js | 6 +++--- public/js/brand.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/config.template.js b/app/src/config.template.js index 31a811e5..f6525f9b 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -4,7 +4,7 @@ module.exports = { // Branding and customizations require a license: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 brand: { app: { - language: 'en', + language: 'en', // https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes name: 'MiroTalk', title: 'MiroTalk
Free browser based Real-time video calls.
Simple, Secure, Fast.', description: @@ -14,6 +14,8 @@ module.exports = { joinLastLabel: 'Your recent room:', }, site: { + shortcutIcon: '../images/logo.svg', + appleTouchIcon: '../images/logo.svg', landingTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.', newCallTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.', newCallRoomTitle: 'Pick name.
Share URL.
Start conference.', @@ -24,8 +26,6 @@ module.exports = { privacyPolicyTitle: 'MiroTalk - privacy and policy.', stunTurnTitle: 'Test Stun/Turn Servers.', notFoundTitle: 'MiroTalk - 404 Page not found.', - shortcutIcon: '../images/logo.svg', - appleTouchIcon: '../images/logo.svg', }, html: { features: true, diff --git a/public/js/brand.js b/public/js/brand.js index ac280886..c003f5d4 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -47,6 +47,8 @@ let brand = { joinLastLabel: 'Your recent room:', }, site: { + shortcutIcon: '../images/logo.svg', + appleTouchIcon: '../images/logo.svg', landingTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.', newCallTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.', newCallRoomTitle: 'Pick name.
Share URL.
Start conference.', @@ -57,8 +59,6 @@ let brand = { privacyPolicyTitle: 'MiroTalk - privacy and policy.', stunTurnTitle: 'Test Stun/Turn Servers.', notFoundTitle: 'MiroTalk - 404 Page not found.', - shortcutIcon: '../images/logo.svg', - appleTouchIcon: '../images/logo.svg', }, html: { features: true,