Julia-i18n / Gettext.jl

i18n for Julia
Other
11 stars 9 forks source link

Remove Python dependency #1

Open garrison opened 9 years ago

garrison commented 9 years ago

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

garrison commented 8 years ago

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

stevengj commented 3 years ago

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.