-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make headword and other utils writing-system aware #1393
Make headword and other utils writing-system aware #1393
Conversation
UI unit Tests12 tests 12 ✅ 0s ⏱️ Results for commit 85f6063. ♻️ This comment has been updated with latest results. |
C# Unit Tests104 tests 104 ✅ 5s ⏱️ Results for commit 85f6063. ♻️ This comment has been updated with latest results. |
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.
looks great! I left some suggestions, they're mostly optional though
02f4dee
to
85f6063
Compare
This PR moves utils like
headword
andpickBestAlternative
into a newWritingSystemService
class, so that the utils are "writing-system aware" and can make more accurate choices based on the project's current writing-system configuration.