upgrade to the most recent version of our fork of the matrix sdk
This commit is contained in:
parent
b75abc1c63
commit
4fe9b05c89
3 changed files with 8 additions and 4 deletions
|
|
@ -4127,6 +4127,7 @@
|
|||
"createSpace": "Create space",
|
||||
"createChat": "Create chat",
|
||||
"error520Title": "Please try again.",
|
||||
"error520Desc": "Sorry, we could not understand your message...",
|
||||
"translationChoicesBody": "Click and hold an option for a hint."
|
||||
"error520Desc": "Sorry, we could not understand your message...",
|
||||
"translationChoicesBody": "Click and hold an option for a hint.",
|
||||
"sendCanceled": "Sending canceled"
|
||||
}
|
||||
|
|
@ -347,4 +347,7 @@ class MatrixLocals extends MatrixLocalizations {
|
|||
|
||||
@override
|
||||
String invitedBy(String senderName) => l10n.invitedBy(senderName);
|
||||
|
||||
@override
|
||||
String get cancelledSend => l10n.sendCanceled;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1434,10 +1434,10 @@ packages:
|
|||
description:
|
||||
path: "."
|
||||
ref: main
|
||||
resolved-ref: "5f22d0e9aed99f3044a208bb69f446d470eaa464"
|
||||
resolved-ref: "7c1349800b651edc451f2173388f26024a438bda"
|
||||
url: "https://github.com/pangeachat/matrix-dart-sdk.git"
|
||||
source: git
|
||||
version: "0.30.0"
|
||||
version: "0.31.0"
|
||||
meta:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue