diff options
author | 6543 <6543@obermui.de> | 2021-10-16 16:21:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 16:21:16 +0200 |
commit | 3728f1daa08e4c228db212844612555e9e2904df (patch) | |
tree | a47302aa3106ee33643ebcdaa4b2c5fe52349596 /options | |
parent | 8edda8b446200545b36432b57d00cd1972a5cb7e (diff) | |
download | gitea-3728f1daa08e4c228db212844612555e9e2904df.tar.gz gitea-3728f1daa08e4c228db212844612555e9e2904df.zip |
Add RSS/Atom feed support for user actions (#16002)
Return rss/atom feed for user based on rss url suffix or Content-Type header.
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 2cb1bcd1a9..407ec9f84e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -228,6 +228,7 @@ view_home = View %s search_repos = Find a repository… filter = Other Filters filter_by_team_repositories = Filter by team repositories +feed_of = Feed of "%s" show_archived = Archived show_both_archived_unarchived = Showing both archived and unarchived @@ -2777,6 +2778,8 @@ publish_release = `released <a href="%s/releases/tag/%s"> "%[4]s" </a> at <a hr review_dismissed = `dismissed review from <b>%[4]s</b> for <a href="%[1]s/pulls/%[2]s">%[3]s#%[2]s</a>` review_dismissed_reason = Reason: create_branch = created branch <a href="%[1]s/src/branch/%[2]s">%[3]s</a> in <a href="%[1]s">%[4]s</a> +stared_repo = stared <a href="%[1]s">%[2]s</a> +watched_repo = started watching <a href="%[1]s">%[2]s</a> [tool] ago = %s ago |