presence representation
This commit is contained in:
parent
80dc7321da
commit
e99521c3f0
3 changed files with 10 additions and 10 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue