| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| test | 2014-04-10 | ||
| tinygettext | 2014-04-10 | ||
| TODO | 2014-04-10 | 2.4 kB | |
| README | 2014-04-10 | 615 Bytes | |
| SConstruct | 2014-04-10 | 1.6 kB | |
| tinygettext.pc.in | 2014-04-10 | 423 Bytes | |
| CMakeLists.txt | 2014-04-10 | 5.1 kB | |
| FindICONV.cmake | 2014-04-10 | 3.7 kB | |
| NEWS | 2014-04-10 | 98 Bytes | |
| Totals: 9 Items | 13.9 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 #