diff options
author | Jonas Bröms <9416498+cez81@users.noreply.github.com> | 2018-10-30 03:17:26 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-10-30 10:17:26 +0800 |
commit | db30d6d7911b2fe458b5ccb5c6f6ad73381c9a70 (patch) | |
tree | ff374ccef3f61a5f17c3367472d068c6fca96185 /options | |
parent | 735b12eaf03613ed6986b3828a2e5715ed24484b (diff) | |
download | gitea-db30d6d7911b2fe458b5ccb5c6f6ad73381c9a70.tar.gz gitea-db30d6d7911b2fe458b5ccb5c6f6ad73381c9a70.zip |
Serve audio files using HTML5 audio tag (#5221)
* Serve audio files using HTML5 audio tag
* Correct copy paste error
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 a0babf7a19..6f32341575 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -592,6 +592,7 @@ file_view_raw = View Raw file_permalink = Permalink file_too_large = The file is too large to be shown. video_not_supported_in_browser = Your browser does not support the HTML5 'video' tag. +audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag. stored_lfs = Stored with Git LFS commit_graph = Commit Graph |