mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
Keeps our addition of precompiled.h (fd3d335265), win32/dirent,4c9d99ff68,de6823d23f, and8fc14655b5. This was SVN commit r16168.
21 lines
617 B
Text
21 lines
617 B
Text
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 #
|