diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2021-10-02 09:46:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 10:46:43 +0300 |
commit | 47193dbcd97555d0c72d3219a372d9d5d01755d3 (patch) | |
tree | 6708016560731889622cd6c9fde59586f661a41d /options/locale | |
parent | c64e2a319fcbff2dc2f5d5d62570928394c89d08 (diff) | |
download | gitea-47193dbcd97555d0c72d3219a372d9d5d01755d3.tar.gz gitea-47193dbcd97555d0c72d3219a372d9d5d01755d3.zip |
Add option to copy line permalink (#17145)
* Add option to copy line permalink
* Fix lint
* Apply review suggestions
* Update code and fix lint
* Use features/clipboard.js framework
Diffstat (limited to 'options/locale')
-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 bd95cc8d89..bc03f86619 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -970,6 +970,7 @@ file_view_rendered = View Rendered file_view_raw = View Raw file_permalink = Permalink file_too_large = The file is too large to be shown. +file_copy_permalink = Copy Permalink 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 |