feat: move hardcoded strings to i18n

This commit is contained in:
Mikhail Kiselev
2026-02-10 14:41:20 +03:00
parent e24e4e7533
commit c42d6035fa
3 changed files with 29 additions and 7 deletions

View File

@@ -202,7 +202,7 @@
meetingActive = true
} catch (e) {
console.error('Failed to start meeting:', e)
alert('Ошибка запуска планёрки: ' + e)
alert($t('common.errorStartMeeting') + ': ' + e)
}
}