Merge pull request #621 from pangeachat/add-localization
added missing matrix localization for invitedBy
This commit is contained in:
commit
58db38eec1
2 changed files with 8 additions and 5 deletions
|
|
@ -2303,6 +2303,12 @@
|
|||
"user": {}
|
||||
}
|
||||
},
|
||||
"invitedBy": "📩 Invited by {user}",
|
||||
"@invitedBy": {
|
||||
"placeholders": {
|
||||
"user": {}
|
||||
}
|
||||
},
|
||||
"youInvitedUser": "📩 You invited {user}",
|
||||
"@youInvitedUser": {
|
||||
"placeholders": {
|
||||
|
|
@ -4017,7 +4023,7 @@
|
|||
"conversationBotTextAdventureZone_title": "Text Adventure",
|
||||
"conversationBotTextAdventureZone_instructionLabel": "Game Master Instructions",
|
||||
"conversationBotTextAdventureZone_instructionPlaceholder": "Set game master instructions",
|
||||
"conversationBotCustomZone_instructionSystemPromptEmptyError": "Missing game master instructions",
|
||||
"conversationBotCustomZone_instructionSystemPromptEmptyError": "Missing game master instructions",
|
||||
"studentAnalyticsNotAvailable": "Student data not currently available",
|
||||
"roomDataMissing": "Some data may be missing from rooms in which you are not a member.",
|
||||
"updatePhoneOS": "You may need to update your device's OS version.",
|
||||
|
|
|
|||
|
|
@ -346,8 +346,5 @@ class MatrixLocals extends MatrixLocalizations {
|
|||
l10n.startedKeyVerification(senderName);
|
||||
|
||||
@override
|
||||
String invitedBy(String senderName) {
|
||||
// TODO: implement invitedBy
|
||||
throw UnimplementedError();
|
||||
}
|
||||
String invitedBy(String senderName) => l10n.invitedBy(senderName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue