2014-04-20 12:17:32 -07: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.
|
2015-01-21 12:37:37 -08:00
|
|
|
It also can read the .po files from arbitary locations, so it's much
|
2014-04-20 12:17:32 -07:00
|
|
|
better suited for non-Unix systems and situations in which one wants
|
2015-01-21 12:37:37 -08:00
|
|
|
to store or distribute .po files seperately from the software itself.
|
2014-04-20 12:17:32 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 #
|