Translate email notifications and digests into user preferred locale language

Many of the people in my community who don’t speak English also don’t log in often because they live in parts of the world where Internet access is scarce. So they participate by email.

It occurs to me that it would be quite useful for these people to get emails from our discourse in their language. Has anyone looked into this or considered it? Digests and notifications could all be provided in the user’s preferred language, perhaps with the original text clearly identified directly below it. We already have localized versions of posts in the database thanks to @tgxworld’s Discourse-Translator++ plugin, and default translation text for the rest.

2 Likes

Notifications, such as the forgot password notification, should now be being sent in the user’s preferred locale. But content supplied by users is being sent in whatever language it was created in.

How are people accessing the localized versions of posts on your forum?

1 Like

Just like in @tgxworld plugin describes. The set their preferred locale, then see and can select the translate button (globe glyph) on the post menu. It then grabs and displays the translated text.

1 Like

There are limits to what we can shoehorn into the email paradigm. I think this goes past that limit.

For locations with limited internet access I think our time is better spent on Service Workers and to a smaller extent an “HTML Mode”.

1 Like

You’re right about the limits but I’m not sure I agree in this case - in many communities email is still the primary way to engage, and discourse is so powerful in large part because it supports email so well.

The digest is already customized for each subscriber and the translation is already stored in the database, so why not also send them the translation that they can read?

Let me explain my use case. Our network has a strong contingent in Myanmar, many of whom speak Burmese and little or no English. They make strong use of Facebook and email for networking and information sharing already, and we’d like to encourage them to use our discourse platform instead. Unfortunately web apps like Discourse are slow or hard to access in Myanmar. So there has been a request for a regular email digest (say twice a month) of especially valuable topics, translated manually into Burmese. This is a time intensive project and not scalable to other language communities also of strategic importance to us, so we’d prefer not to have to put this digest together manually.

Instead I’d like to explore using discourse and the discourse-translator++ plugin to encourage engagement by Burmese speakers. I think we’re pretty close - we need to get discourse localized into Burmese (I’ve gotten this started already), switch to Google for providing automatic translations which I think supports Burmese (but costs money so I haven’t tested it yet), and add functionality for manually adding/improving translations (which @tgxworld has indicated should be doable).

In this context, unless I am missing something about the technical aspects which is quite possible, I think localized digests make plenty of sense and are scalable. I can see this being handy for many communities.

1 Like