Merge pull request #2325 from krille-chan/krille/improved-search

feat: Improved search
This commit is contained in:
Krille-chan 2025-12-20 10:49:30 +01:00 committed by GitHub
commit b7374ff7f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 431 additions and 506 deletions

View file

@ -3466,5 +3466,15 @@
"skipChatBackup": "Skip chat backup",
"skipChatBackupWarning": "Are you sure? Without enabling the chat backup you may lose access to your messages if you switch your device.",
"loadingMessages": "Loading messages",
"setupChatBackup": "Set up chat backup"
"setupChatBackup": "Set up chat backup",
"noMoreResultsFound": "No more results found",
"chatSearchedUntil": "Chat searched until {time}",
"@chatSearchedUntil": {
"type": "String",
"placeholders": {
"time": {
"type": "String"
}
}
}
}