Minor fixes

This commit is contained in:
Christian Pauly 2020-05-09 09:30:03 +02:00
commit f074ae93cb
6 changed files with 111 additions and 62 deletions

View file

@ -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",