diff options
author | Loutro <loutro@gandev.com> | 2021-05-04 14:58:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 13:58:49 +0100 |
commit | 34b21625c2e7fc78e16d2ab99e07302d769ddc6d (patch) | |
tree | c63126b7d9c98f3aa0390e2b933bd42c80759e53 /options/locale/locale_en-US.ini | |
parent | 1cd301796c23153a398acc1049428b1b1fb4354a (diff) | |
download | gitea-34b21625c2e7fc78e16d2ab99e07302d769ddc6d.tar.gz gitea-34b21625c2e7fc78e16d2ab99e07302d769ddc6d.zip |
Display specific message if diff is not displayed because of too long line (#15611)
* 7184- message if line too long
* Update options/locale/locale_en-US.ini
Co-authored-by: silverwind <me@silverwind.io>
* add flag on missing cases
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 69923ebb83..40e4e0c0ba 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1887,6 +1887,7 @@ diff.file_image_width = Width diff.file_image_height = Height diff.file_byte_size = Size diff.file_suppressed = File diff suppressed because it is too large +diff.file_suppressed_line_too_long = File diff suppressed because one or more lines are too long diff.too_many_files = Some files were not shown because too many files changed in this diff diff.comment.placeholder = Leave a comment diff.comment.markdown_info = Styling with markdown is supported. |