FormattedMessage
must be used directly (#20982)
* `FormattedMessage` must be used directly * rollback
This commit is contained in:
committed by
GitHub
parent
3a59ffde8d
commit
58200132d0
@ -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"
|
||||
|
@ -235,7 +235,11 @@
|
||||
"errors.unexpected_crash.copy_stacktrace": "Copy stacktrace to clipboard",
|
||||
"errors.unexpected_crash.report_issue": "Report issue",
|
||||
"explore.search_results": "Search results",
|
||||
"explore.suggested_follows": "For you",
|
||||
"explore.title": "Explore",
|
||||
"explore.trending_links": "News",
|
||||
"explore.trending_statuses": "Posts",
|
||||
"explore.trending_tags": "Hashtags",
|
||||
"filter_modal.added.context_mismatch_explanation": "This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
|
||||
"filter_modal.added.context_mismatch_title": "Context mismatch!",
|
||||
"filter_modal.added.expired_explanation": "This filter category has expired, you will need to change the expiration date for it to apply.",
|
||||
|
Reference in New Issue
Block a user