瀏覽代碼

Merge pull request #33145 from overleaf/mfb-bug-switching-files-editor-not-immediately-refresh

BibTeX visual editor: show loading spinner when switching bib files

GitOrigin-RevId: 0047e6a75273e322490dde0b0fc7889b46f6d469
Maria Florencia Besteiro Gonzalez 3 月之前
父節點
當前提交
04b6a9762f
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      services/web/frontend/extracted-translations.json
  2. 1 0
      services/web/locales/en.json

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

@@ -1080,6 +1080,7 @@
   "loading_prices": "",
   "loading_python_runtime": "",
   "loading_recent_github_commits": "",
+  "loading_references": "",
   "log_entry_description": "",
   "log_entry_maximum_entries": "",
   "log_entry_maximum_entries_enable_stop_on_first_error": "",

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

@@ -1419,6 +1419,7 @@
   "loading_prices": "loading prices",
   "loading_python_runtime": "Loading Python runtime...",
   "loading_recent_github_commits": "Loading recent commits",
+  "loading_references": "Loading references",
   "log_entry_description": "Log entry with level: __level__",
   "log_entry_maximum_entries": "Maximum log entries limit hit",
   "log_entry_maximum_entries_enable_stop_on_first_error": "Try to fix the first error and recompile. Often one error causes many later error messages. You can <0>Enable “Stop on first error”</0> to focus on fixing errors. We recommend fixing errors as soon as possible; letting them accumulate may lead to hard-to-debug and fatal errors. <1>Learn more</1>",