Do things directly with .mo files
C M4 Meson Makefile Shell
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
docs
example
libmo
m4
test/ci
.gitignore
.travis.yml
COPYING
Makefile.am
README.md
autogen.sh
configure.ac
meson.build

README.md

What

This is a small GLib-based library to let you work directly with .mo files.

Why

GNU gettext, and apparently everything else, provide no functionality for dealing with .mo files without cumbersome, slow and thread-unsafe procedures involving generating locales and setting environment variables. Sometimes you have the file to hand and just want to get at its contents without going through all that fuss. This library will help you do that.

Build Status