Serve audio files using HTML5 audio tag (#5221)
* Serve audio files using HTML5 audio tag * Correct copy paste error
This commit is contained in:
parent
735b12eaf0
commit
db30d6d791
4 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue