A simple gettext replacement that works directly on .po files
MatusGuy 3a90f67ea5 Add support for tinygettext with SDL on Windows | пре 9 месеци | |
---|---|---|
CMake | пре 8 година | |
images | пре 9 година | |
include | пре 2 година | |
src | пре 2 година | |
test | пре 2 година | |
.appveyor-macos.yml | пре 4 година | |
.appveyor.yml | пре 4 година | |
.gitignore | пре 2 година | |
.travis.yml | пре 9 година | |
CMakeLists.txt | пре 9 месеци | |
LICENSE.md | пре 8 година | |
README.md | пре 6 година | |
TODO | пре 8 година | |
flake.lock | пре 1 година | |
flake.nix | пре 1 година | |
guix.scm | пре 4 година | |
tinygettext-config.cmake.in | пре 2 година | |
tinygettext.nix | пре 2 година | |
tinygettext.pc.in | пре 9 година |
tinygettext is a minimal replacement for gettext written in C++. It
can read .po
files directly and doesn't need .mo
files generated
from .po
. It also can read the .po
files from arbitrary locations,
so it's better suited for non-Unix systems and situations in which one
wants to store or distribute .po
files separately from the software
itself. It is licensed under
zlib license.
The latest version can be found at:
Different operating systems store the default locale in different places; a portable way to find it is provided by FindLocale: