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

Generate ibus XML file for all the supported languages #15

Open
navaneeth opened this issue Jun 4, 2015 · 1 comment
Open

Generate ibus XML file for all the supported languages #15

navaneeth opened this issue Jun 4, 2015 · 1 comment
Labels
Milestone

Comments

@navaneeth
Copy link
Member

navaneeth commented Jun 4, 2015

Currently Hindi & Malayalam is hardcoded in the build file. Varnam supports many more languages. libvarnam has an API to get list of all supported schemes. Use it to dynamically create all necessary XMLs

@navaneeth navaneeth added the bug label Jun 4, 2015
@navaneeth navaneeth added this to the v1.0.0 milestone Jun 4, 2015
@Kishore96in
Copy link

I was wondering how to implement this. The simplest way is to allow the user to pass an environment variable to cmake (while building) that lists the languages supported by the locally installed varnam. Would this be acceptable?

PS: The comments inline mentioned using libvarnam to detect supported lanugages, but I couldn't figure out any simple way to call the relevant function from within the cmakelist (without creating an entire separate script just to identify the available languages).

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

No branches or pull requests

2 participants