From 2b769cba822506c1572793385993737d4ffff478 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 26 Oct 2025 11:03:44 +0000 Subject: feat: Add admin maintenance job to migrate large inline HTML (#2071) * Add admin maintenance job to migrate large inline HTML * add cursor * more fixes --- apps/web/lib/i18n/locales/en/translation.json | 1 + apps/web/lib/i18n/locales/en_US/translation.json | 1 + 2 files changed, 2 insertions(+) (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 f000bab5..63e4ae2d 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -427,6 +427,7 @@ "regenerate_ai_summaries_for_all_bookmarks": "Regenerate AI Summaries for All Bookmarks", "reindex_all_bookmarks": "Reindex All Bookmarks", "clean_assets": "Clean Dangling Assets & Re-sync Metadata", + "migrate_large_link_html_content": "Move Large Inline HTML Content to Assets", "reprocess_assets_fix_mode": "Reprocess Unprocessed Assets" } }, diff --git a/apps/web/lib/i18n/locales/en_US/translation.json b/apps/web/lib/i18n/locales/en_US/translation.json index bec0705e..75dfa755 100644 --- a/apps/web/lib/i18n/locales/en_US/translation.json +++ b/apps/web/lib/i18n/locales/en_US/translation.json @@ -476,6 +476,7 @@ "regenerate_ai_summaries_for_all_bookmarks": "Regenerate AI Summaries for All Bookmarks", "reindex_all_bookmarks": "Reindex All Bookmarks", "clean_assets": "Clean Dangling Assets & Re-sync Metadata", + "migrate_large_link_html_content": "Move Large Inline HTML Content to Assets", "reprocess_assets_fix_mode": "Reprocess Unprocessed Assets" } }, -- cgit v1.2.3-70-g09d2