diff options
| author | Jorge Barnaby <jorge.barnaby@gmail.com> | 2025-04-16 11:41:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-16 16:41:03 +0100 |
| commit | 5e0f4de1625957c6ce057ae272aa301fc459d31b (patch) | |
| tree | 184c642573bc95b356b31b5ad3515edc97bb65f0 /apps/web/lib/i18n/locales/en | |
| parent | 2328dc3444b8bcae9a134bc859858521d4c31f19 (diff) | |
| download | karakeep-5e0f4de1625957c6ce057ae272aa301fc459d31b.tar.zst | |
feat: Add import support for Tab Session Manager (#1246)
* feat: Add import support for Tab Session Manager
* drop unneeded schema fields
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'apps/web/lib/i18n/locales/en')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 1 |
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 3398045e..4e622df5 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -142,6 +142,7 @@ "import_bookmarks_from_omnivore_export": "Import Bookmarks from Omnivore export", "import_bookmarks_from_linkwarden_export": "Import Bookmarks from Linkwarden export", "import_bookmarks_from_hoarder_export": "Import Bookmarks from Hoarder export", + "import_bookmarks_from_tab_session_manager_export": "Import Bookmarks from Tab Session Manager", "export_links_and_notes": "Export Links and Notes", "imported_bookmarks": "Imported Bookmarks" }, |
