aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorDenys Konovalov <kontakt@denyskon.de>2023-10-02 06:04:32 +0200
committerGitHub <noreply@github.com>2023-10-02 04:04:32 +0000
commit33de64cb21505259338e393ef0d15ccb0f757475 (patch)
treec9537f2d8a4138bee2fb5fce502b284bac2b3656 /options
parentcb68e01e22fb20cb0e23090654a4e7285fb8d933 (diff)
downloadgitea-33de64cb21505259338e393ef0d15ccb0f757475.tar.gz
gitea-33de64cb21505259338e393ef0d15ccb0f757475.zip
link to file from its history (#27354)
Fixes #3852 Fixes https://github.com/go-gitea/gitea/issues/26707 Add a button on file history which directs you to the file at the selected commit. Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 3c8c322567..7999757b83 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -97,6 +97,7 @@ locked = Locked
copy = Copy
copy_url = Copy URL
+copy_hash = Copy hash
copy_content = Copy content
copy_branch = Copy branch name
copy_success = Copied!
@@ -1283,6 +1284,7 @@ commits.signed_by_untrusted_user = Signed by untrusted user
commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does not match committer
commits.gpg_key_id = GPG Key ID
commits.ssh_key_fingerprint = SSH Key Fingerprint
+commits.view_path=View at this point in history
commit.operations = Operations
commit.revert = Revert