Merge remote-tracking branch 'origin/krille/enable-sentry' into master

This commit is contained in:
Sorunome 2020-09-09 14:11:43 +02:00
commit 317c61c167
14 changed files with 617 additions and 5 deletions

View file

@ -712,6 +712,16 @@ class L10n extends MatrixLocalizations {
String get lastSeenLongTimeAgo => Intl.message('Seen a long time ago');
String get sendBugReports =>
Intl.message('Allow sending bug reports with sentry.io');
String get sentryInfo => Intl.message(
'Informations about your privacy: https://sentry.io/security/');
String get changesHaveBeenSaved => Intl.message('Changes have been saved');
String get no => Intl.message('No');
String seenByUser(String username) => Intl.message(
"Seen by $username",
name: "seenByUser",