Post language is not set #7

Closed
opened 2024-01-30 10:46:58 -08:00 by buckbanzai · 0 comments
Owner

KUOW appears to have begun posting some content in Spanish, which I'd like to make sure we're setting the right posting language set when sending to the Mastodon API- this is better for accessibility, and would enable folks who follow to only receive posts in the language they'd like.

Examples

Roadblocks

  • They're setting the lang attribute to "en"
  • They're setting the Open Graph locale property to "en_US"
  • There's no category or different feed that indicates that this isn't in English

Given the above, the most feasible option would seem to be some sort of automatic language detection, but this seems like it might be error-prone. Lingua was one option I found that can do this.

KUOW appears to have begun posting some content in Spanish, which I'd like to make sure we're setting the right posting language set when sending to the Mastodon API- this is better for accessibility, and would enable folks who follow to only receive posts in the language they'd like. **Examples** - https://www.kuow.org/stories/condenado-residenta-por-robar-mas-de-70k-dolares-en-una-estafa-relacionada-con-tarjetas-de-residencia **Roadblocks** - They're setting the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute to "en" - They're setting the [Open Graph locale](https://ogp.me/#aidoptionalhrefoptionaloptionalmetadataa) property to "en_US" - There's no category or different feed that indicates that this isn't in English Given the above, the most feasible option would seem to be some sort of automatic language detection, but this seems like it might be error-prone. [Lingua](https://github.com/pemistahl/lingua-py) was one option I found that can do this.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: buckbanzai/kuow-mastodon-bot#7
No description provided.