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
* remove Python dependency
* simplify: gettext never returns NULL for non-NULL msgid
* update to use GettextRuntime_jll
* modernize CI to github actions
* requires Julia 1.6
Within Julia, run `Pkg.update()` and then `Pkg.add("Gettext")`
@@ -44,7 +49,3 @@ When run, this gives
44
49
$ LANGUAGE=fr julia daystr.jl
45
50
1 jour
46
51
3 jours
47
-
48
-
## Status
49
-
50
-
Currently this library relies on Python's built-in [gettext.py](https://github.com/python/cpython/blob/master/Lib/gettext.py) implementation via [PyCall](https://github.com/stevengj/PyCall.jl). In the future, it may make sense to port this code into a Julia-native version (see [issue #1](https://github.com/Julia-i18n/Gettext.jl/issues/1)).
0 commit comments