From 9de3ac303d34128461c4ec42d6c57726e5e1e357 Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Wed, 28 Jan 2026 16:07:15 +0100 Subject: [PATCH] [web] add duplicate citation key detection and warning message in BibTex editor GitOrigin-RevId: c126f05e0b9a0f7e37b5ff9e06833ba52fb9c34c --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 73d697970f..ded241f087 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -191,6 +191,7 @@ "beta_program_already_participating": "", "beta_program_benefits": "", "beta_program_not_participating": "", + "bibtex_duplicates_warning": "", "billed_annually_at": "", "billed_monthly_at": "", "billed_yearly": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 305f3a28f6..55577cc4d0 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -246,6 +246,7 @@ "beta_program_opt_in_action": "Opt-in to beta program", "beta_program_opt_out_action": "Opt-out of beta program", "bibliographies": "Bibliographies", + "bibtex_duplicates_warning": "This file contains duplicate citation keys: __keys__. Only the first occurrence of each duplicate key is shown.", "billed_annually_at": "Billed annually at <0>__price__ <1>(includes plan and any add-ons)", "billed_monthly_at": "Billed monthly at <0>__price__ <1>(includes plan and any add-ons)", "billed_yearly": "billed yearly",