Skip to content
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 Transliteration Helper Interaction #10

Open
2 tasks
SebastinSanty opened this issue Jul 11, 2020 · 0 comments
Open
2 tasks

Fix Transliteration Helper Interaction #10

SebastinSanty opened this issue Jul 11, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@SebastinSanty
Copy link
Contributor

Currently, the transliteration helping mechanism takes the english input and then retrieves the appropriate transliteration and shows to the user. However, there are interaction flaws with this:

  • Showing up of English characters in the translation box, which overlaps with the hindi suggestion.

Screenshot 2020-07-11 at 10 31 09 AM

  • Issues for users of Language Keyboards as even with that input, the transliterator calls the API. This can be fixed by limiting call to transliteration API only if the input unicode lies in the range of English (Latin) script.
@SebastinSanty SebastinSanty added the bug Something isn't working label Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant