Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.58k stars 797 forks source link

Enhancement: Subscription - Support for multi-lingual site and subscribers #32820

Open formosattic opened 1 year ago

formosattic commented 1 year ago

Impacted plugin

Jetpack

What

A way to send posts to a certain set of language subscribers.

How

"Multilingual — Core implementation for Multilingual sites" is part of the long term Gutenberg roadmap, so it may be worth tracking interest for this request.

An idea, for multi-lingual sites:

Requested in https://wordpress.org/support/topic/subscribers-useless-for-multilingual-websites/

jeherve commented 1 year ago

This may be possible once the "Newsletter Categories" project ships: pdDOJh-2gB-p2

cc @yansern who could tell us more about it.

Update: "Newsletter Categories" is now live, https://wordpress.com/support/newsletter-settings/#newsletter-categories

tkapler commented 1 year ago

Thank you, that would be great. IMO first quick fix could be simple 4. option -> Noone to the list of

And if it would have some simple filter hook, then i could even do something like "if language <> "czech" then subscriber_group = null" and would not have to even think about it. And then later on when you will have newsletter categories, i could do language as a category and then use the filter to pair user language with the language of the post.