mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-27 12:34:12 +01:00
chore: Update localizations
This commit is contained in:
parent
944a9ccc20
commit
36237d04aa
@ -2975,5 +2975,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hideUnimportantStateEvents": "Hide unimportant state events",
|
"hideUnimportantStateEvents": "Hide unimportant state events",
|
||||||
"doNotShowAgain": "Do not show again"
|
"doNotShowAgain": "Do not show again",
|
||||||
|
"wasDirectChatDisplayName": "Empty chat (was {oldDisplayName})",
|
||||||
|
"@wasDirectChatDisplayName": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {
|
||||||
|
"oldDisplayName": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -300,4 +300,8 @@ class MatrixLocals extends MatrixLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String youUnbannedUser(String targetName) => l10n.youUnbannedUser(targetName);
|
String youUnbannedUser(String targetName) => l10n.youUnbannedUser(targetName);
|
||||||
|
|
||||||
|
@override
|
||||||
|
String wasDirectChatDisplayName(String oldDisplayName) =>
|
||||||
|
l10n.wasDirectChatDisplayName(oldDisplayName);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user