presence representation

This commit is contained in:
Christian Pauly 2020-05-06 18:31:38 +02:00
commit e99521c3f0
3 changed files with 10 additions and 10 deletions

View file

@ -423,6 +423,12 @@ class I18n extends MatrixLocalizations {
args: [username],
);
String lastActiveAgo(String localizedTimeShort) => Intl.message(
"Last active: localizedTimeShort",
name: "lastActiveAgo",
args: [localizedTimeShort],
);
String get lastSeenIp => Intl.message("Last seen IP");
String get license => Intl.message("License");