Add HTML render
This commit is contained in:
parent
19c7113493
commit
db60869fba
12 changed files with 167 additions and 21 deletions
|
|
@ -206,6 +206,8 @@ class L10n extends MatrixLocalizations {
|
|||
String get channelCorruptedDecryptError =>
|
||||
Intl.message("The encryption has been corrupted");
|
||||
|
||||
String get chat => Intl.message('Chat');
|
||||
|
||||
String get chatDetails => Intl.message('Chat details');
|
||||
|
||||
String get chooseAStrongPassword => Intl.message("Choose a strong password");
|
||||
|
|
@ -524,6 +526,8 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get rejoin => Intl.message("Rejoin");
|
||||
|
||||
String get renderRichContent => Intl.message("Render rich message content");
|
||||
|
||||
String get recording => Intl.message("Recording");
|
||||
|
||||
String redactedAnEvent(String username) => Intl.message(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue