| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| game | 2014-04-10 | ||
| helloworld | 2014-04-10 | ||
| level | 2014-04-10 | ||
| po | 2014-04-10 | ||
| tinygettext_test.cpp | 2014-04-10 | 7.1 kB | |
| broken.po | 2014-04-10 | 1.5 kB | |
| helloworld.cpp | 2014-04-10 | 739 Bytes | |
| po_parser_test.cpp | 2014-04-10 | 2.1 kB | |
| test.sh | 2014-04-10 | 208 Bytes | |
| Totals: 9 Items | 11.6 kB | 0 | |
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. 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 #