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/components/settings/ImportExport.tsx | 17 +++++++++++++++++ apps/web/lib/i18n/locales/ar/translation.json | 1 + apps/web/lib/i18n/locales/cs/translation.json | 1 + apps/web/lib/i18n/locales/da/translation.json | 1 + apps/web/lib/i18n/locales/de/translation.json | 1 + apps/web/lib/i18n/locales/el/translation.json | 1 + apps/web/lib/i18n/locales/en/translation.json | 1 + apps/web/lib/i18n/locales/en_US/translation.json | 1 + apps/web/lib/i18n/locales/es/translation.json | 1 + apps/web/lib/i18n/locales/fa/translation.json | 1 + apps/web/lib/i18n/locales/fi/translation.json | 1 + apps/web/lib/i18n/locales/fr/translation.json | 1 + apps/web/lib/i18n/locales/ga/translation.json | 1 + apps/web/lib/i18n/locales/gl/translation.json | 1 + apps/web/lib/i18n/locales/hr/translation.json | 1 + apps/web/lib/i18n/locales/hu/translation.json | 1 + apps/web/lib/i18n/locales/it/translation.json | 1 + apps/web/lib/i18n/locales/ja/translation.json | 1 + apps/web/lib/i18n/locales/ko/translation.json | 1 + apps/web/lib/i18n/locales/nb_NO/translation.json | 1 + apps/web/lib/i18n/locales/nl/translation.json | 1 + apps/web/lib/i18n/locales/pl/translation.json | 1 + apps/web/lib/i18n/locales/pt/translation.json | 1 + apps/web/lib/i18n/locales/pt_BR/translation.json | 1 + apps/web/lib/i18n/locales/ru/translation.json | 1 + apps/web/lib/i18n/locales/sk/translation.json | 1 + apps/web/lib/i18n/locales/sl/translation.json | 1 + apps/web/lib/i18n/locales/sv/translation.json | 1 + apps/web/lib/i18n/locales/tr/translation.json | 1 + apps/web/lib/i18n/locales/uk/translation.json | 1 + apps/web/lib/i18n/locales/vi/translation.json | 1 + apps/web/lib/i18n/locales/zh/translation.json | 1 + apps/web/lib/i18n/locales/zhtw/translation.json | 1 + 33 files changed, 49 insertions(+) (limited to 'apps') diff --git a/apps/web/components/settings/ImportExport.tsx b/apps/web/components/settings/ImportExport.tsx index b6e4da9a..1cef8483 100644 --- a/apps/web/components/settings/ImportExport.tsx +++ b/apps/web/components/settings/ImportExport.tsx @@ -179,6 +179,23 @@ export function ImportExportRow() {

Import

+ + + runUploadBookmarkFile({ file, source: "matter" }) + } + > +

Import

+
+