Fix chatlistitem context menu
This commit is contained in:
parent
598f3aaf37
commit
9abc0c4f07
4 changed files with 154 additions and 93 deletions
|
|
@ -617,6 +617,8 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get pickImage => Intl.message('Pick image');
|
||||
|
||||
String get pin => Intl.message('Pin');
|
||||
|
||||
String play(String fileName) => Intl.message(
|
||||
"Play $fileName",
|
||||
name: "play",
|
||||
|
|
@ -848,6 +850,8 @@ class L10n extends MatrixLocalizations {
|
|||
args: [type],
|
||||
);
|
||||
|
||||
String get unpin => Intl.message('Unpin');
|
||||
|
||||
String unreadChats(String unreadCount) => Intl.message(
|
||||
"$unreadCount unread chats",
|
||||
name: "unreadChats",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue