Add public room discovery
This commit is contained in:
parent
8c69183ef4
commit
7e8ad4a42c
10 changed files with 170 additions and 23 deletions
|
|
@ -150,6 +150,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Ban from chat" : MessageLookupByLibrary.simpleMessage("Ban from chat"),
|
||||
"Banned" : MessageLookupByLibrary.simpleMessage("Banned"),
|
||||
"Change the name of the group" : MessageLookupByLibrary.simpleMessage("Change the name of the group"),
|
||||
"Change the server" : MessageLookupByLibrary.simpleMessage("Change the server"),
|
||||
"Change your style" : MessageLookupByLibrary.simpleMessage("Change your style"),
|
||||
"Changelog" : MessageLookupByLibrary.simpleMessage("Changelog"),
|
||||
"Chat details" : MessageLookupByLibrary.simpleMessage("Chat details"),
|
||||
|
|
@ -234,6 +235,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Please enter a matrix identifier" : MessageLookupByLibrary.simpleMessage("Please enter a matrix identifier"),
|
||||
"Please enter your password" : MessageLookupByLibrary.simpleMessage("Please enter your password"),
|
||||
"Please enter your username" : MessageLookupByLibrary.simpleMessage("Please enter your username"),
|
||||
"Public Rooms" : MessageLookupByLibrary.simpleMessage("Public Rooms"),
|
||||
"Rejoin" : MessageLookupByLibrary.simpleMessage("Rejoin"),
|
||||
"Remove" : MessageLookupByLibrary.simpleMessage("Remove"),
|
||||
"Remove all other devices" : MessageLookupByLibrary.simpleMessage("Remove all other devices"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue