From 43551d344975bb413c655c530cab5d22078a8b8e Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 2 Dec 2021 11:58:42 +0000 Subject: [PATCH] [web] Add translated phrases to CodeMirror 6 (#5905) GitOrigin-RevId: e56e20214a99fd14dfb3a2143e815bea0a42ce00 --- .../web/frontend/extracted-translations.json | 14 ++++++++++++++ services/web/locales/en.json | 16 +++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 09f109020b..f0ef516cb3 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -300,6 +300,20 @@ "revoke_invite": "", "run_syntax_check_now": "", "search": "", + "search_all": "", + "search_close": "", + "search_command_find": "", + "search_command_go": "", + "search_command_go_to_line": "", + "search_command_replace": "", + "search_current_match": "", + "search_match_case": "", + "search_next": "", + "search_on_line": "", + "search_previous": "", + "search_regexp": "", + "search_replace": "", + "search_replace_all": "", "select_a_file": "", "select_a_project": "", "select_an_output_file": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index a66abf5ecc..7b1c9db048 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1536,5 +1536,19 @@ "redirect_to_editor": "Redirect to editor", "layout_processing": "Layout processing", "show_in_code": "Show in code", - "show_in_pdf": "Show in PDF" + "show_in_pdf": "Show in PDF", + "search_all": "all", + "search_close": "close", + "search_command_find": "Find", + "search_command_go": "Go", + "search_command_go_to_line": "Go to line", + "search_command_replace": "Replace", + "search_current_match": "current match", + "search_match_case": "match case", + "search_next": "next", + "search_on_line": "on line", + "search_previous": "previous", + "search_regexp": "regexp", + "search_replace": "replace", + "search_replace_all": "replace all" }