FormattedMessage must be used directly (#20982)

* `FormattedMessage` must be used directly

* rollback
This commit is contained in:
Yamagishi Kazutoshi
2022-12-16 00:20:46 +09:00
committed by GitHub
parent 3a59ffde8d
commit 58200132d0
3 changed files with 36 additions and 16 deletions

View File

@ -2014,6 +2014,22 @@
{
"defaultMessage": "Search results",
"id": "explore.search_results"
},
{
"defaultMessage": "Posts",
"id": "explore.trending_statuses"
},
{
"defaultMessage": "Hashtags",
"id": "explore.trending_tags"
},
{
"defaultMessage": "News",
"id": "explore.trending_links"
},
{
"defaultMessage": "For you",
"id": "explore.suggested_follows"
}
],
"path": "app/javascript/mastodon/features/explore/index.json"