Implement jitsi
This commit is contained in:
parent
d110910ef0
commit
f721045d00
7 changed files with 145 additions and 22 deletions
|
|
@ -371,6 +371,8 @@ class I18n {
|
|||
|
||||
String get isTyping => Intl.message("is typing...");
|
||||
|
||||
String get editJitsiInstance => Intl.message('Edit Jitsi instance');
|
||||
|
||||
String joinedTheChat(String username) => Intl.message(
|
||||
"$username joined the chat",
|
||||
name: "joinedTheChat",
|
||||
|
|
@ -714,6 +716,8 @@ class I18n {
|
|||
|
||||
String get verify => Intl.message("Verify");
|
||||
|
||||
String get videoCall => Intl.message('Video call');
|
||||
|
||||
String get visibleForAllParticipants =>
|
||||
Intl.message("Visible for all participants");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue