Updated addon repository URL and improved debug output on download
[supertux.git] / external / tinygettext / README
1 tinygettext
2 ===========
3
4 tinygettext is a minimal gettext() replacement written in C++. It can
5 read .po files directly and doesn't need .mo files generated from .po.
6 It also can read the .po files from arbitary locations, so its much
7 better suited for non-Unix systems and situations in which one wants
8 to store or distrubite .po files seperatly from the software itself.
9
10
11
12 Detecting the locale setting
13 ============================
14
15 Different operating systems store the default locale in different
16 places; a portable way to find it is provided by FindLocale:
17
18  * http://icculus.org/~aspirin/findlocale/
19
20
21 # EOF #