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

Add reference functionality for visual bibtex editor (#30846)

* Add reference functionality for visual bibtex editor

* Implement edit reference functionality in the BibTeX visual editor

* fix lint, sort locals

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

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

@@ -92,6 +92,7 @@
   "add_on": "",
   "add_ons": "",
   "add_or_remove_project_from_tag": "",
+  "add_reference": "",
   "add_role_and_department": "",
   "add_to_dictionary": "",
   "add_to_tag": "",
@@ -516,6 +517,7 @@
   "edit_dictionary_empty": "",
   "edit_dictionary_remove": "",
   "edit_figure": "",
+  "edit_reference": "",
   "edit_sso_configuration": "",
   "edit_tag": "",
   "edit_tag_name": "",

+ 2 - 0
services/web/locales/en.json

@@ -107,6 +107,7 @@
   "add_ons_for_any_plan": "Add-ons for any plan",
   "add_ons_for_any_plan_subheading": "Buy add-ons for any Overleaf plan (including the free plan) to unlock additional features.",
   "add_or_remove_project_from_tag": "Add or remove project from tag __tagName__",
+  "add_reference": "Add reference",
   "add_role_and_department": "Add role and department",
   "add_to_dictionary": "Add to dictionary",
   "add_to_tag": "Add to tag",
@@ -658,6 +659,7 @@
   "edit_dictionary_empty": "Your custom dictionary is empty.",
   "edit_dictionary_remove": "Remove from dictionary",
   "edit_figure": "Edit figure",
+  "edit_reference": "Edit reference",
   "edit_sso_configuration": "Edit SSO Configuration",
   "edit_tag": "Edit tag",
   "edit_tag_name": "Edit tag name",