-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problem: Add language dropdown to compose in web UI #460
Comments
Thanks for the issue. This is a great opportunity to restate as a problem! I understand Mastodon added a dropdown that allows the user to select from a ton of languages when they're composing a toot. What I wonder is what problem is that attempting to address? If the problem is "I can't specify a language at compose time", I could imaging being bilingual and wanting a toggle or, if I know more languages, wanting to just a few to show in the dropdown. Maybe that PR is what gets submitted here but there are hopefully many solutions to the problem. |
I understand. I think it is indeed an issue for bilingual or multilingual users, which is a common case in our instance. Classifying toots by language is useful for readers who are filtering timelines by language. Although, I am not sure if mastodon is already applying such filters already without the need of user input. |
I haven't looked at individual posts to inspect language metadata but a small sample of the last hour shows that filtering of the federated timeline works, based at least with English checked on /settings/preferences/other. I don't know if the ones that were filtered were manually or automatically classified. I'll try to look more into how this works. |
Can I suggest that the problem should be:
|
Adding a language dropdown menu to the compose block so that toots are classified by language.
Proposed solution:
Merge the following Mastodon PR:
mastodon/mastodon#18420
The text was updated successfully, but these errors were encountered: