chore: Update localizations
This commit is contained in:
parent
4436051530
commit
2c83fb7a3c
2 changed files with 12 additions and 1 deletions
|
|
@ -300,4 +300,8 @@ class MatrixLocals extends MatrixLocalizations {
|
|||
|
||||
@override
|
||||
String youUnbannedUser(String targetName) => l10n.youUnbannedUser(targetName);
|
||||
|
||||
@override
|
||||
String wasDirectChatDisplayName(String oldDisplayName) =>
|
||||
l10n.wasDirectChatDisplayName(oldDisplayName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue