A simple gettext replacement that works directly on .po files

Ingo Ruhnke 8b07dca6c0 You shall not mess around in tags/ %!s(int64=15) %!d(string=hai) anos
src d2ce780160 You shall not mess around in tags/ %!s(int64=15) %!d(string=hai) anos
test b364bc3e11 Added test case (fails due to external dependencies) and TODO %!s(int64=16) %!d(string=hai) anos
README 6e6d1c255a Added README %!s(int64=16) %!d(string=hai) anos
TODO fa69c68445 Added test case (fails due to external dependencies) and TODO %!s(int64=16) %!d(string=hai) anos

README

TinyGetText
===========

TinyGetText is a minimal gettext() replacement 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 arbitary locations, so its much
better suited for non-Unix systems and situations in which one wants
to store or distrubite .po files seperatly from the software itself.

# EOF #