-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix: enable locale search by all locale display options then save locale code #1062
base: main
Are you sure you want to change the base?
fix: enable locale search by all locale display options then save locale code #1062
Conversation
β Deploy Preview for findadoc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
This is a good idea.
We do have a store that has functions to deal with locale values. It has the simple text and code. Could you make a reusable store function with this type of logic where you can input a language and it will use the actually language and then return the code so you can set the value that way and put a comment above it.
Here is the file. https://github.com/ourjapanlife/findadoc-web/blob/main/stores/localeStore.ts
Great start!
β¦ input and return locale code
@NabbeunNabi thanks for the feedback. Wanted to confirm if this is what you were looking for based on your comments? |
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.
@prestonb91 just one thing to change on my end but I'm sure you will finish by the time @ermish reviews it.
So on to him!
β Resolves #1053
π§ What changed
πΈ Screenshots
Before
After
Screen.Recording.2025-02-23.at.10.29.53.mov