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/gl/translation.json | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/lib/i18n/locales/gl') diff --git a/apps/web/lib/i18n/locales/gl/translation.json b/apps/web/lib/i18n/locales/gl/translation.json index 40dcc3a6..8b69028b 100644 --- a/apps/web/lib/i18n/locales/gl/translation.json +++ b/apps/web/lib/i18n/locales/gl/translation.json @@ -149,6 +149,7 @@ "import_export_bookmarks": "Importar / Exportar marcadores", "import_bookmarks_from_html_file": "Importar marcadores desde arquivo HTML", "import_bookmarks_from_pocket_export": "Importar marcadores desde Pocket", + "import_bookmarks_from_matter_export": "Importar marcadores desde Matter", "import_bookmarks_from_omnivore_export": "Importar marcadores desde Omnivore", "import_bookmarks_from_linkwarden_export": "Importar marcadores desde Linkwarden", "import_bookmarks_from_karakeep_export": "Importar marcadores desde Karakeep", -- cgit v1.3-1-g0d28