Add ability to filter followed accounts' posts by language (#19095)
This commit is contained in:
@ -1030,6 +1030,10 @@
|
||||
"defaultMessage": "Open moderation interface for @{name}",
|
||||
"id": "status.admin_account"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Change subscribed languages",
|
||||
"id": "account.languages"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Follows you",
|
||||
"id": "account.follows_you"
|
||||
@ -3350,6 +3354,27 @@
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/status/index.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "Close",
|
||||
"id": "lightbox.close"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Change subscribed languages for {target}",
|
||||
"id": "subscribed_languages.target"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
|
||||
"id": "subscribed_languages.lead"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Save changes",
|
||||
"id": "subscribed_languages.save"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/subscribed_languages_modal/index.json"
|
||||
},
|
||||
{
|
||||
"descriptors": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user