A simple gettext replacement that works directly on .po files
|
2 semanas atrás | |
---|---|---|
CMake | 8 anos atrás | |
images | 9 anos atrás | |
include | 2 meses atrás | |
src | 2 anos atrás | |
test | 2 anos atrás | |
.appveyor-macos.yml | 4 anos atrás | |
.appveyor.yml | 4 anos atrás | |
.gitignore | 2 anos atrás | |
.travis.yml | 9 anos atrás | |
CMakeLists.txt | 2 semanas atrás | |
LICENSE.md | 9 anos atrás | |
README.md | 7 anos atrás | |
TODO | 9 anos atrás | |
flake.lock | 1 ano atrás | |
flake.nix | 1 ano atrás | |
guix.scm | 5 anos atrás | |
tinygettext-config.cmake.in | 2 anos atrás | |
tinygettext.nix | 2 anos atrás | |
tinygettext.pc.in | 9 anos atrás |
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: