inmt icon indicating copy to clipboard operation
inmt copied to clipboard

Fix Transliteration Helper Interaction

Open SebastinSanty opened this issue 5 years ago • 0 comments

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 avatar Jul 11 '20 05:07 SebastinSanty