aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-11-29 16:31:25 +0000
committerGitHub <noreply@github.com>2025-11-29 16:31:25 +0000
commitebafbe599df40c02a0683efc9b424bc8b75af3c3 (patch)
treeb60276b97612a37876d6cde86d04376887e935b0 /apps/web/lib/i18n/locales
parent335a84bb59377371ecb2e6dc9702ce572d2e6cc6 (diff)
downloadkarakeep-ebafbe599df40c02a0683efc9b424bc8b75af3c3.tar.zst
feat: autocomplete search terms (#2178)
* refactor(web): split search autocomplete logic * some improvements * restructure the code * fix typesafety * add feed suggestions * fix
Diffstat (limited to 'apps/web/lib/i18n/locales')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json7
-rw-r--r--apps/web/lib/i18n/locales/en_US/translation.json6
2 files changed, 11 insertions, 2 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index 43d45cb5..ccd80ba2 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -664,7 +664,12 @@
"is_not_from_feed": "Is not from RSS Feed",
"and": "And",
"or": "Or",
- "history": "Recent Searches"
+ "history": "Recent Searches",
+ "filters": "Filters",
+ "tags": "Tags",
+ "lists": "Lists",
+ "feeds": "Feeds",
+ "no_suggestions": "No suggestions"
},
"preview": {
"view_original": "View Original",
diff --git a/apps/web/lib/i18n/locales/en_US/translation.json b/apps/web/lib/i18n/locales/en_US/translation.json
index 909941ac..5c4d2b62 100644
--- a/apps/web/lib/i18n/locales/en_US/translation.json
+++ b/apps/web/lib/i18n/locales/en_US/translation.json
@@ -646,7 +646,11 @@
"is_not_from_feed": "Is not from RSS feed",
"and": "And",
"or": "Or",
- "history": "Recent Searches"
+ "history": "Recent Searches",
+ "filters": "Filters",
+ "tags": "Tags",
+ "lists": "Lists",
+ "no_suggestions": "No suggestions"
},
"preview": {
"view_original": "View Original",