-
Notifications
You must be signed in to change notification settings - Fork 40
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
Post language should federate #1134
Comments
In addition to visibility, also transalte button in mastodon clients don't work properly due getting wrong language from post metadata. |
In Bluesky, looks like this is the top-level "langs": {
"type": "array",
"description": "Indicates human language of post primary text content.",
"maxLength": 3,
"items": { "type": "string", "format": "language" }
} Example posts:
In AS2, it's the top-level |
…tentMap ...which isn't officially part of AS1; we steal it from AS2. for snarfed/bridgy-fed#1134
Thanks for the nudge here, all! Very good idea. |
Both Bluesky and Mastodon support post languages, i.e., the user can set the language(s) in which a post is written.
Bridgy should federate this metadata, as not federating the language may greatly impact the visibility of posts that are not written in English.
From this conversation on Bluesky: https://bsky.app/profile/o.simardcasanova.net/post/3kuvhhogdp22x
The text was updated successfully, but these errors were encountered: