Add ability to filter followed accounts' posts by language (#19095)
This commit is contained in:
parent
882e54c786
commit
50948b46aa
30 changed files with 298 additions and 39 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue