From 966a2f9bfe7567fe7bab122b3261fb7821c3bb1f Mon Sep 17 00:00:00 2001 From: l-obrien-overleaf Date: Mon, 27 Apr 2026 12:48:28 +0100 Subject: [PATCH] BibTeX editor: add preview screen to "Paste references" dialog (#32928) * Adding preview panel for bibtex entry * Removing bibtex-editor module directory and moving tests to library module * Format fix * Adding accessibility headers and hardening tests * Simplfying preview logic for bibtex titles * Only show author placeholder if no author present * Fixing build failures * Fixing broken test GitOrigin-RevId: 23d2d4ff48fe8135687578cd3efdf8ba9395e411 --- services/web/frontend/extracted-translations.json | 3 +++ services/web/locales/en.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index a4c8b151fe..6e91c4a6d0 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1201,6 +1201,8 @@ "new_name": "", "new_password": "", "new_project": "", + "new_reference": "", + "new_reference_plural": "", "new_subscription_will_be_billed_immediately": "", "new_tag": "", "new_tag_name": "", @@ -1413,6 +1415,7 @@ "premium_feature": "", "premium_plan_label": "", "presentation_mode": "", + "preview": "", "preview_editor_tabs": "", "previous_page": "", "price": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index ec8285af7e..817bd6845a 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1591,6 +1591,8 @@ "new_name": "New name", "new_password": "New password", "new_project": "New project", + "new_reference": "__count__ new reference", + "new_reference_plural": "__count__ new references", "new_snippet_project": "Untitled", "new_subscription_will_be_billed_immediately": "Your new subscription will be billed immediately to your current payment method.", "new_tag": "New tag", @@ -1891,6 +1893,7 @@ "premium_plan_label": "You’re using Overleaf Premium", "presentation": "Presentation", "presentation_mode": "Presentation mode", + "preview": "Preview", "preview_editor_tabs": "Preview editor tabs", "previous_24_hours_only": "previous 24 hours only", "previous_page": "Previous page",