-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add Language Switcher #72
Conversation
Updating with some notes, findings, and next steps:
|
69ca956
to
a1b9569
Compare
await saveUserData( { | ||
...userData, | ||
userLocale, | ||
} ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this approach will be a bit limiting until userData could be saved and loaded across both the main and renderer threads.
@derekblank Amazing, This is a feature I have been looking forward to. 🙏 Hope Vietnamese available |
@wojtekn This is awesome |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add Vietnamese language?
|
Related to #25
Proposed Changes
(WIP) Adds Language Picker to User Settings modal to allow user to select Studio UI language
Testing Instructions
TBD
Pre-merge Checklist