-
Notifications
You must be signed in to change notification settings - Fork 226
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
Discover sorts categories alphabetically #942
Discover sorts categories alphabetically #942
Conversation
Can you let me know if you want me to update the CHANGELOG.md file? It's my first contribution to the project so I wasn't sure if small fixes like this were necessary to note in that file. Also, I tried to keep the changes as minimal as possible since it is my first contribution. By sorting based on the translation before passing to the adapter we still do another translation on the other side inside DiscoverAdapter.kt:
CategoriesListRowAdapter.kt:
If you prefer this, let me know and I can make the updates. |
Hey @jamie23 👋
Could you please go ahead and make this change to prevent double translation? It's your first contribution but you're spot on! 💪
Yes, please. Go ahead and add it to the change log as it is a user-facing change and it's good to highlight it. Thank you! 🙇 |
d7fbc6b
to
190ee4f
Compare
Thanks @ashiagr , I've made the changes both to the code and |
# Conflicts: # CHANGELOG.md
Looks great, thank you! |
Description
Fixing an issue where the category list inside discover is sorted based on the english strings. If a user has their device in a different language then the list is not sorted alphabetically.
Fixes #673
Testing Instructions
Screenshots or Screencast
Checklist
I have tested any UI changes...