diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-10-26 11:03:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 11:03:44 +0000 |
| commit | 2b769cba822506c1572793385993737d4ffff478 (patch) | |
| tree | 0e2380628c3a8691779fef6ef77e4a55f211ac51 /apps/web/lib/i18n | |
| parent | 17136006c77b5893ad112af6475b2355d346996e (diff) | |
| download | karakeep-2b769cba822506c1572793385993737d4ffff478.tar.zst | |
feat: Add admin maintenance job to migrate large inline HTML (#2071)
* Add admin maintenance job to migrate large inline HTML
* add cursor
* more fixes
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 1 | ||||
| -rw-r--r-- | apps/web/lib/i18n/locales/en_US/translation.json | 1 |
2 files changed, 2 insertions, 0 deletions
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" } }, |
