Просмотр исходного кода

add max number of duplicate citation keys

GitOrigin-RevId: dd71cf7e5455d8cfdc60bab477c6b8c7f1af249a
Domagoj Kriskovic 6 месяцев назад
Родитель
Сommit
a991852c61
2 измененных файлов с 3 добавлено и 0 удалено
  1. 2 0
      services/web/frontend/extracted-translations.json
  2. 1 0
      services/web/locales/en.json

+ 2 - 0
services/web/frontend/extracted-translations.json

@@ -191,6 +191,8 @@
   "beta_program_already_participating": "",
   "beta_program_benefits": "",
   "beta_program_not_participating": "",
+  "bibtex_duplicates_keys_truncated": "",
+  "bibtex_duplicates_keys_truncated_plural": "",
   "bibtex_duplicates_warning": "",
   "billed_annually_at": "",
   "billed_monthly_at": "",

+ 1 - 0
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_keys_truncated": "__keys__ and __count__ more",
   "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__</0> <1>(includes plan and any add-ons)</1>",
   "billed_monthly_at": "Billed monthly at <0>__price__</0> <1>(includes plan and any add-ons)</1>",