diff options
author | Dmitry Sharshakov <d3dx12.xx@gmail.com> | 2023-09-29 04:48:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 09:48:39 +0800 |
commit | 5e02e3b7ee8294e2ec94968ece9af56bf1aa1534 (patch) | |
tree | 038e8619ee6b08b0c9ebd9be183ba190a1bc27f2 /options/locale | |
parent | e8840e7e2b6c4eaf6fa78dad49a29709ef35217b (diff) | |
download | gitea-5e02e3b7ee8294e2ec94968ece9af56bf1aa1534.tar.gz gitea-5e02e3b7ee8294e2ec94968ece9af56bf1aa1534.zip |
Add support for forking single branch (#25821)
Fixes #25117
Add UI for choosing branch to fork
Change default branch on single-branch forks
![image](https://github.com/go-gitea/gitea/assets/19504461/28505f69-a9a2-43a8-8b19-a0cdac3ddc5a)
---------
Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index de25392d88..77e7f2b7de 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -943,6 +943,8 @@ fork_from = Fork From already_forked = You've already forked %s fork_to_different_account = Fork to a different account fork_visibility_helper = The visibility of a forked repository cannot be changed. +fork_branch = Branch to be cloned to the fork +all_branches = All branches fork_no_valid_owners = This repository can not be forked because there are no valid owners. use_template = Use this template clone_in_vsc = Clone in VS Code |