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

Remove Python dependency #1

Open
garrison opened this issue Jan 14, 2015 · 2 comments · May be fixed by #5
Open

Remove Python dependency #1

garrison opened this issue Jan 14, 2015 · 2 comments · May be fixed by #5

Comments

@garrison
Copy link
Member

Currently the Gettext.jl package works by wrapping Python's gettext support via PyCall. This should be replaced by a pure-Julia implementation.

@garrison
Copy link
Member Author

As mentioned in the README, Python's implementation is available at https://github.com/python/cpython/blob/master/Lib/gettext.py

@stevengj
Copy link

Why not just call libintl from GNU gettext? It shouldn't be a licensing issue since this library is LGPL, and thanks to Yggdrasil adding a binary dependency isn't a problem.

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

Successfully merging a pull request may close this issue.

2 participants