diff options
author | Gusted <williamzijl7@hotmail.com> | 2021-11-15 01:05:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 09:05:12 +0800 |
commit | 562785ef4ea8ea4b24da726a4fbf515358ee7084 (patch) | |
tree | e5a2c5454c31e9af91ea1605ebea188c8c1d661f /options | |
parent | 10db864c66a5c7f8829887a28299864a7da22122 (diff) | |
download | gitea-562785ef4ea8ea4b24da726a4fbf515358ee7084.tar.gz gitea-562785ef4ea8ea4b24da726a4fbf515358ee7084.zip |
Add download button for file viewer (#17640)
- Resolves #17286
- Use the `download` attribute such that the browser will natively
initate a download dialog for the given URL.
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'options')
-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 7d6c878ad6..2069b20530 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -989,6 +989,7 @@ commit_graph.hide_pr_refs = Hide Pull Requests commit_graph.monochrome = Mono commit_graph.color = Color blame = Blame +download_file = Download file normal_view = Normal View line = line lines = lines |