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

Support more languages for scheme Info #1

Open
subins2000 opened this issue Sep 18, 2021 · 1 comment
Open

Support more languages for scheme Info #1

subins2000 opened this issue Sep 18, 2021 · 1 comment

Comments

@subins2000
Copy link
Member

Varnam online editor has a scheme information section to show all letter mappings. This currently only works good for Malayalam: https://varnamproject.github.io/editor/#/scheme?tab=scheme

image

To add support for other languages, will need to add the alphabet table of the language to the source code. Here is the part to add alphabets: https://github.com/varnamproject/varnamd-govarnam/blob/master/scheme.go#L114

The part to add code: https://github.com/varnamproject/varnamd-govarnam/blob/master/scheme.go#L104

You will need to make functions for other language similar to getMLConsonants()

@subins2000 subins2000 added the good first issue Good for newcomers label Sep 18, 2021
@subins2000 subins2000 removed the good first issue Good for newcomers label Nov 8, 2023
@subins2000
Copy link
Member Author

This issue requires more thinking, removing the label for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant