Closed last-partizan closed 4 months ago
Thanks a lot for your work there ! I'm working on my side on a language selector for the compose UI so both of those PR are complementary, that's good news !
I have a question noneless for a better understanding: why do you add a language
and default_language
in app/soapbox/reducers/compose.ts ?
Because other fields have similar "value" and "default_value" variables. (I think, we can use to check if value has changed, but right now it's unused).
But i may not be necessary. Should i leave it, or maybe better remove now, and add only when it's necessary?
No that's fine, let's keep it for now !
This PR adds option to specify posting language.
Currently, this is exposed only in settings. Next step is to add component to compose form (probably it's best left for another PR, if someone can suggest what widgets i can use for this).
This is my first time working with React, please review it carefully.
Refs #171