-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add Tamil transliteration option #101
base: main
Are you sure you want to change the base?
Conversation
This is difficult for two reasons:
|
We might be able to use |
Oh I see -- if someone transliterates in a loop. In that case, should we perhaps keep hold of the original Devanagari in memory and always transliterate from that? (which would solve the loop problem) |
Somewhat, but consider the following interaction:
This in an edge case, of course -- I mean to illustrate only that it's not quite as simple as storing a snapshot. I think the proper long-term fix is to have a JS app that can intelligently transliterate while retaining interaction state without losing information, but that's a big project and a lot of complexity for a minor feature. I think there needs to be much more impetus for moving to Vue, etc. before we take the plunge. Or, an alternative that came up on Discord is to just do all of this on the backend since client-side transliteration is not especially useful to most. See here and below. |
Ok, closing this for now! Thanks for the pointer to the Discord discussion. |
Whoops, went a little fast and thought this was an issue. See #431. We're thinking about using the server-side Aksharamukha library to transliterate. @epicfaace are you interested in working on this? |
Ah, yes, sure. |
No description provided.