mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Merge pull request #26094 from overleaf/mj-ide-fps-update
[web] Add full project search to redesign switcher modal GitOrigin-RevId: 3f494ddc3bf94d9f7c2d6de62183b1805b110601
This commit is contained in:
committed by
Copybot
parent
385f5706d8
commit
d5ba2e3f1c
@@ -1483,6 +1483,7 @@
|
||||
"search_whole_word": "",
|
||||
"search_within_selection": "",
|
||||
"searched_path_for_lines_containing": "",
|
||||
"searching_all_project_files_is_now_available": "",
|
||||
"security": "",
|
||||
"see_suggestions_from_collaborators": "",
|
||||
"select_a_column_or_a_merged_cell_to_align": "",
|
||||
|
||||
@@ -160,6 +160,7 @@ const SwitcherWhatsNew = () => {
|
||||
<div className="ide-redesign-switcher-modal-whats-new">
|
||||
<h4>{t('latest_updates')}</h4>
|
||||
<ul>
|
||||
<li>{t('searching_all_project_files_is_now_available')}</li>
|
||||
<li>{t('double_clicking_on_the_pdf_shows')}</li>
|
||||
</ul>
|
||||
<hr />
|
||||
|
||||
@@ -1946,6 +1946,7 @@
|
||||
"search_whole_word": "Whole word",
|
||||
"search_within_selection": "Within selection",
|
||||
"searched_path_for_lines_containing": "Searched __path__ for lines containing \"__query__\"",
|
||||
"searching_all_project_files_is_now_available": "Searching all project files is now available (2 June 2025)",
|
||||
"secondary_email_password_reset": "That email is registered as a secondary email. Please enter the primary email for your account.",
|
||||
"security": "Security",
|
||||
"see_suggestions_from_collaborators": "See suggestions from collaborators",
|
||||
|
||||
Reference in New Issue
Block a user