diff options
author | Reo <112817228+reopt999@users.noreply.github.com> | 2022-12-22 04:06:26 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 15:06:26 -0600 |
commit | 48d71b7d6b0ddefdc1db76d5b5f3b3eabc4ae9e4 (patch) | |
tree | 98399f876a26694162178f4dd6deef6deaff4eb9 /options | |
parent | 9914b21493784793fb4a3660369befb98a9bd073 (diff) | |
download | gitea-48d71b7d6b0ddefdc1db76d5b5f3b3eabc4ae9e4.tar.gz gitea-48d71b7d6b0ddefdc1db76d5b5f3b3eabc4ae9e4.zip |
Add Feed for Releases and Tags (#21696)
Fixes #19091
Add Feed for Releases and Tags, can be accessed through
`reponame/releases.rss`, `reponame/releases.atom`, `reponame/tags.rss`,
and `reponame/tags.atom`
Signed-off-by: Reo <reo_999@proton.me>
Diffstat (limited to 'options')
-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 dd31562c3a..62471abe6f 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2279,6 +2279,8 @@ release.downloads = Downloads release.download_count = Downloads: %s release.add_tag_msg = Use the title and content of release as tag message. release.add_tag = Create Tag Only +release.releases_for = Releases for %s +release.tags_for = Tags for %s branch.name = Branch Name branch.search = Search branches |