You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: