A simple gettext replacement that works directly on .po files
MatusGuy 3a90f67ea5 Add support for tinygettext with SDL on Windows | 9 months ago | |
---|---|---|
CMake | 8 years ago | |
images | 9 years ago | |
include | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.appveyor-macos.yml | 4 years ago | |
.appveyor.yml | 4 years ago | |
.gitignore | 2 years ago | |
.travis.yml | 9 years ago | |
CMakeLists.txt | 9 months ago | |
LICENSE.md | 8 years ago | |
README.md | 6 years ago | |
TODO | 8 years ago | |
flake.lock | 1 year ago | |
flake.nix | 1 year ago | |
guix.scm | 4 years ago | |
tinygettext-config.cmake.in | 2 years ago | |
tinygettext.nix | 2 years ago | |
tinygettext.pc.in | 9 years ago |
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: