[feat] Add separate "Posting language" setting #750
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#750
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
I want to specify "Posting language" independent of my "Interface language".
The reasoning
I'm using English as interface language, but mostly post in Ukrainian and having this two settings as separate makes sense.
I have found one post on forums mentioning this: https://meta.akkoma.dev/t/mastodon-features/42/3
Have you searched for this feature request?
This feature is related to backend first, but also needs to be implemented on frontend.
If you find this useful, but have other priorities, i can try to implement this myself and add a PR. But please tell me where to start, and maybe provide general instructions.
(I'm mostly write in python/vue, but always wanted to try Elixir)
this is already implemented on both the front and backed
the only real thing that could be added would be a default for the drop-down
Yes, i'm talking about default for the drop-down.
Probably somewhere here:
Is there need to add something to backend here? or can this be implemented fully on front-end?
this could be done entirely frontend in theory
Very good, thanks.