mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
Print an error to the console and return the original (untranslated) string instead of triggering an assertion in debug builds or a crash and memory corruption in release builds. Works around a crash on the history screen. Why the plural form is missing is another topic and will have to be solved separately. This was SVN commit r15493. |
||
|---|---|---|
| .. | ||
| include/tinygettext | ||
| src | ||
| COPYING | ||
| README | ||
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 #