feat: Send image / video / file dialog
This commit is contained in:
parent
b45c44239e
commit
e9d806c844
11 changed files with 245 additions and 45 deletions
|
|
@ -735,10 +735,16 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get sendAMessage => Intl.message("Send a message");
|
||||
|
||||
String get sendAudio => Intl.message('Send audio');
|
||||
|
||||
String get sendFile => Intl.message('Send file');
|
||||
|
||||
String get sendImage => Intl.message('Send image');
|
||||
|
||||
String get sendOriginal => Intl.message('Send original');
|
||||
|
||||
String get sendVideo => Intl.message('Send video');
|
||||
|
||||
String sentAFile(String username) => Intl.message(
|
||||
"$username sent a file",
|
||||
name: "sentAFile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue