diff options
author | a1012112796 <1012112796@qq.com> | 2021-08-12 20:21:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 14:21:34 +0200 |
commit | ca13e1d56c561f72cf8ad251fe61b1898abfec51 (patch) | |
tree | bfc6a8adfb60492a5b6e4feb74d252302e729751 /options | |
parent | 162c32af7ec9cc434895079cfc7bfc683feb4d4c (diff) | |
download | gitea-ca13e1d56c561f72cf8ad251fe61b1898abfec51.tar.gz gitea-ca13e1d56c561f72cf8ad251fe61b1898abfec51.zip |
Add link to vscode to repo header (#16664)
add link to vscode to repo header
Signed-off-by: a1012112796 <1012112796@qq.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 9ec7061577..1a4cae9d9d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -768,6 +768,9 @@ fork_repo = Fork Repository fork_from = Fork From fork_visibility_helper = The visibility of a forked repository cannot be changed. use_template = Use this template +clone_in_vsc = Clone in VS Code +download_zip = Download ZIP +download_tar = Download TAR.GZ generate_repo = Generate Repository generate_from = Generate From repo_desc = Description |