A simple gettext replacement that works directly on .po files
|
недель назад: 2 | |
---|---|---|
CMake | 8 лет назад | |
images | 9 лет назад | |
include | 2 месяцев назад | |
src | 2 лет назад | |
test | 2 лет назад | |
.appveyor-macos.yml | 4 лет назад | |
.appveyor.yml | 4 лет назад | |
.gitignore | 2 лет назад | |
.travis.yml | 9 лет назад | |
CMakeLists.txt | недель назад: 2 | |
LICENSE.md | 9 лет назад | |
README.md | 7 лет назад | |
TODO | 9 лет назад | |
flake.lock | 1 год назад | |
flake.nix | 1 год назад | |
guix.scm | 5 лет назад | |
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: