aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales/en/translation.json
diff options
context:
space:
mode:
authorxuatz <xzlow10@gmail.com>2025-05-18 17:21:11 +0900
committerGitHub <noreply@github.com>2025-05-18 09:21:11 +0100
commitdbd0fd197323f2a83fab384d7b4b116a02165d16 (patch)
tree2bd3c34bd7088b32ae7f0e33910d54b73a620366 /apps/web/lib/i18n/locales/en/translation.json
parentf338f7b102e538889e4f16fac407f4d5f17fdf69 (diff)
downloadkarakeep-dbd0fd197323f2a83fab384d7b4b116a02165d16.tar.zst
fix(search): add new relevance sort order (#1392)
* fix(search): add new relevance sort order * address pr comments * some minor fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'apps/web/lib/i18n/locales/en/translation.json')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index 42a904a4..aef2d2a7 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -79,6 +79,7 @@
"ignore": "Ignore",
"sort": {
"title": "Sort",
+ "relevant_first": "Most Relevant First",
"newest_first": "Newest First",
"oldest_first": "Oldest First"
}