Föderation EN Do 17.04.2025 05:32:04 I've been wrestling with implementing #multilingual content support in Hackers' Pub, our #ActivityPub-powered platform for software engineers. While ActivityPub theoretically supports multilingual content through the We want our users to share their knowledge in multiple languages, but we need to ensure compatibility with existing ActivityPub servers. I'm considering several approaches:
I'm leaning toward a hybrid approach—showing content in the user's preferred language when possible while providing easy access to other language versions. Has anyone tackled this problem effectively? I'd love to hear about your experiences or ideas for making multilingual content work well in the fediverse, especially when dealing with server implementations that don't fully support ActivityPub's multilingual features. |
Föderation EN Do 17.04.2025 06:22:28 @hongminhee (4) seems good. It'll be no different than having mixed-language content. E.g. the ruby tags can be extended as such: ``` But, I think some folks might want to separate them with (1), so that people can subscribe to one account but filter by language ("Change subscribed language" in individual profile pages on Mastodon). |
Föderation EN Do 17.04.2025 07:56:29 @cheeaun @hongminhee I agree that (4) looks like a resilient solution. Although, if the post content is very long, won’t the JSON size increase as more languages’ translations are added? |
Föderation · Do 17.04.2025 11:48:49 >most server implementations (Mastodon, Misskey, etc.) don't properly handle this content as of April 2025 How multilingual content should be handled, in your opinion? Specification doesn't provide any guidance on that matter. >I'm considering several approaches: I'd use (2) as primary representation and (3) as fallback. (1) is fine too (FEP-e232 links could be used instead of (4) should be avoided, because such content will be rendered as a long post with no clear boundaries between translations. I don't think |