Open garrison opened 9 years ago
As mentioned in the README, Python's implementation is available at https://github.com/python/cpython/blob/master/Lib/gettext.py
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.
Currently the Gettext.jl package works by wrapping Python's gettext support via PyCall. This should be replaced by a pure-Julia implementation.