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