Minor fixes
This commit is contained in:
parent
f5104ff456
commit
f074ae93cb
6 changed files with 111 additions and 62 deletions
|
|
@ -435,6 +435,8 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get loadingPleaseWait => Intl.message("Loading... Please wait");
|
||||
|
||||
String get loadMore => Intl.message('Load more...');
|
||||
|
||||
String loadCountMoreParticipants(String count) => Intl.message(
|
||||
"Load $count more participants",
|
||||
name: "loadCountMoreParticipants",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue