1
0
forked from 0ad/0ad
0ad/source/third_party/tinygettext
leper c73c9370ee Update tinygettext. Fixes #2522.
Updates to upstream changeset f71a8e5e84bffadd61ac93768b332262989844fd,
with some additions
that will be submitted upstream (without the addition of precompiled.h
and win32 dirent).

This was SVN commit r16462.
2015-03-24 17:47:08 +00:00
..
include/tinygettext Update tinygettext. Fixes #2522. 2015-03-24 17:47:08 +00:00
src Update tinygettext. Fixes #2522. 2015-03-24 17:47:08 +00:00
README Update tinygettext to upstream commit ca0f3ff640. Refs #2522. 2015-01-21 20:37:37 +00:00

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 it's much
better suited for non-Unix systems and situations in which one wants
to store or distribute .po files seperately from the software itself.



Detecting the locale setting
============================

Different operating systems store the default locale in different
places; a portable way to find it is provided by FindLocale:

 * http://icculus.org/~aspirin/findlocale/


# EOF #