fix(i18n): missing "s" in "About Feeds"

This commit is contained in:
Smtbook 2023-09-19 11:20:51 +08:00
parent 7639614613
commit 8ce4999bcc
2 changed files with 2 additions and 2 deletions

View file

@ -53,6 +53,6 @@ close_quotation_mark = "」"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "这是Web Feed又称为Atom Feed把现在的网址复制到新闻阅读器即可订阅本站文章。造访「About Feed」来了解更多资讯。"
about_feeds = "这是Web Feed又称为Atom Feed把现在的网址复制到新闻阅读器即可订阅本站文章。造访「About Feeds」来了解更多资讯。"
visit_the_site = "造访网站"
recent_posts = "近期文章"

View file

@ -53,6 +53,6 @@ close_quotation_mark = "」"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "這是Web Feed又稱為Atom Feed把現在的網址複製到新聞閱讀器即可訂閱本站文章。造訪「About Feed」來了解更多資訊。"
about_feeds = "這是Web Feed又稱為Atom Feed把現在的網址複製到新聞閱讀器即可訂閱本站文章。造訪「About Feeds」來了解更多資訊。"
visit_the_site = "造訪網站"
recent_posts = "近期文章"