diff --git a/options/locale/locale_en-US.json b/options/locale/locale_en-US.json index 2ffa130751c7a..b8f061b323e70 100644 --- a/options/locale/locale_en-US.json +++ b/options/locale/locale_en-US.json @@ -1777,6 +1777,12 @@ "repo.pulls.select_commit_hold_shift_for_range": "Select commit. Hold Shift and click to select a range.", "repo.pulls.review_only_possible_for_full_diff": "Review is only possible when viewing the full diff", "repo.pulls.filter_changes_by_commit": "Filter by commit", + "repo.pulls.filter_by_file_extension": "Filter by file extension", + "repo.pulls.select_all_file_extensions": "Select all", + "repo.pulls.deselect_all_file_extensions": "Deselect all", + "repo.pulls.apply_file_extension_filter": "Apply", + "repo.pulls.no_file_extension": "(no extension)", + "repo.pulls.no_file_extensions_found": "No extensions found", "repo.pulls.nothing_to_compare": "These branches are equal. There is no need to create a pull request.", "repo.pulls.nothing_to_compare_have_tag": "The selected branches/tags are equal.", "repo.pulls.nothing_to_compare_and_allow_empty_pr": "These branches are equal. This PR will be empty.", diff --git a/templates/repo/diff/box.tmpl b/templates/repo/diff/box.tmpl index 390e41ec340cb..bc9a670fde2ea 100644 --- a/templates/repo/diff/box.tmpl +++ b/templates/repo/diff/box.tmpl @@ -35,6 +35,12 @@ {{template "repo/diff/whitespace_dropdown" .}} {{template "repo/diff/options_dropdown" .}} {{if .PageIsPullFiles}} +