From 9fd26b472b18924ab11afcebace90329b0fe3abf Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 12 Jan 2025 20:03:47 +0000 Subject: feat: Add ability to filter by bookmark type --- apps/web/lib/i18n/locales/en/translation.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'apps/web/lib/i18n') diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index ac08fa3f..1e9f8e4d 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -24,7 +24,13 @@ "screenshot": "Screenshot", "video": "Video", "archive": "Archive", - "home": "Home" + "home": "Home", + "bookmark_types": { + "title": "Bookmark Type", + "link": "Link", + "text": "Text", + "media": "Media" + } }, "layouts": { "masonry": "Masonry", @@ -218,6 +224,8 @@ "has_tag": "Has Tag", "does_not_have_tag": "Does Not Have Tag", "full_text_search": "Full Text Search", + "type_is": "Type is", + "type_is_not": "Type is not", "and": "And", "or": "Or" }, -- cgit v1.2.3-70-g09d2