From 93630ce88dcb07bcdf7445185fe20612a5c22b7b Mon Sep 17 00:00:00 2001 From: Moondragon85 <42060641+Moondragon85@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:52:37 +0100 Subject: feat: add Matter import support (#2245) * Matter import * use zod * fix date parsing --------- Co-authored-by: Mohamed Bassem --- apps/web/lib/i18n/locales/ko/translation.json | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/lib/i18n/locales/ko') diff --git a/apps/web/lib/i18n/locales/ko/translation.json b/apps/web/lib/i18n/locales/ko/translation.json index 7af4fd3e..91d6ea3e 100644 --- a/apps/web/lib/i18n/locales/ko/translation.json +++ b/apps/web/lib/i18n/locales/ko/translation.json @@ -336,6 +336,7 @@ "import_export_bookmarks": "북마크 가져오기 / 내보내기", "import_bookmarks_from_html_file": "HTML 파일에서 북마크 가져오기", "import_bookmarks_from_pocket_export": "Pocket 내보내기에서 북마크 가져오기", + "import_bookmarks_from_matter_export": "Matter 내보내기에서 북마크 가져오기", "import_bookmarks_from_omnivore_export": "Omnivore 내보내기에서 북마크 가져오기", "import_bookmarks_from_karakeep_export": "Karakeep 내보내기에서 북마크 가져오기", "export_links_and_notes": "링크와 주석 내보내기", -- cgit v1.2.3-70-g09d2