From c5bdc7f1eb3ff4287beeeebb17d4f02f376a8d38 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 28 Aug 2026 17:34:19 +0800
Subject: [PATCH] feat: add quick search tag filtering

---
 C1.source/Apptag/Localization/en.json |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/C1.source/Apptag/Localization/en.json b/C1.source/Apptag/Localization/en.json
index 83e8723..8b976fb 100644
--- a/C1.source/Apptag/Localization/en.json
+++ b/C1.source/Apptag/Localization/en.json
@@ -170,6 +170,10 @@
   "quickSearch.inputAccessibility": "Quick Search input",
   "quickSearch.emptyPrompt": "Start typing to search apps, tags, and notes.",
   "quickSearch.noResults": "No apps found.",
+  "quickSearch.tagFilter.all": "All",
+  "quickSearch.tagFilter.noResults": "No apps found in %tagName%.",
+  "quickSearch.tagFilter.allAccessibility": "Show all Quick Search results",
+  "quickSearch.tagFilter.tagAccessibility": "Filter Quick Search by tag %tagName%",
   "quickSearch.launchFailed": "Unable to open this app. Please try again or choose another app.",
   "quickSearch.tagPrefix": "Tag",
   "quickSearch.hotkeys": "Keyboard shortcuts",

--
Gitblit v1.9.3