Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BlueSky to feature copy on pricing page and features in checkout #97138

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ function getFeatureStrings(
translate( 'Automatically share your posts' ),
translate( 'Posting to multiple channels at once' ),
translate( 'Scheduled posts' ),
translate( 'Sharing to Facebook, LinkedIn, and Tumblr' ),
translate(
'Sharing to Facebook, Instagram, Threads, Bluesky, LinkedIn, Mastodon, Tumblr, Nextdoor'
),
translate( 'Content recycling' ),
];
case 'social-v1':
Expand All @@ -138,7 +140,9 @@ function getFeatureStrings(
translate( 'Automatically share your posts' ),
translate( 'Posting to multiple channels at once' ),
translate( 'Scheduled posts' ),
translate( 'Sharing to Facebook, LinkedIn, and Tumblr' ),
translate(
'Sharing to Facebook, Instagram, Threads, Bluesky, LinkedIn, Mastodon, Tumblr, Nextdoor'
),
translate( 'Content recycling' ),
];
case 'stats-free':
Expand Down
1 change: 1 addition & 0 deletions packages/calypso-products/src/translations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ export const getJetpackProductsWhatIsIncluded = (): Record< string, Array< Trans
translate( 'Facebook' ),
translate( 'Instagram' ),
translate( 'Threads' ),
translate( 'Bluesky' ),
translate( 'LinkedIn' ),
translate( 'Mastodon' ),
translate( 'Tumblr' ),
Expand Down
Loading