mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-08 06:28:27 -04:00
i18n: term overhaul
- Delete ~160-ish useless terms - Add context to more terms - Add a mechanism to duplicate the same terms with different contexts - sync
This commit is contained in:
@@ -156,7 +156,7 @@ Item {
|
||||
|
||||
function statusTitle() {
|
||||
if (root.controller?.isSearching || root.controller?.isFileSearching)
|
||||
return I18n.tr("Searching");
|
||||
return I18n.tr("Searching...");
|
||||
if ((root.controller?.searchMode ?? "") === "files" && !DSearchService.dsearchAvailable)
|
||||
return I18n.tr("File search unavailable");
|
||||
if ((root.controller?.searchMode ?? "") === "files" && (root.controller?.searchQuery?.length ?? 0) < 2)
|
||||
|
||||
Reference in New Issue
Block a user