1
0
forked from 0ad/0ad
0ad/source/third_party/tinygettext
Stan a2f3b25923 Update tinygettext to match upstream.
We're now ISO on the plural forms
(https://github.com/tinygettext/tinygettext/pull/30), so remove the
modified warning.
We use boost filesystem as <filesystem> and <experimental/filesystem>
are not available on the macOS CI yet.
(https://github.com/tinygettext/tinygettext/issues/31)

Differential Revision: https://code.wildfiregames.com/D3185
This was SVN commit r24342.
2020-12-07 13:15:31 +00:00
..
include/tinygettext Update tinygettext to match upstream. 2020-12-07 13:15:31 +00:00
src Update tinygettext to match upstream. 2020-12-07 13:15:31 +00:00
LICENSE.md Update tinygettext. 2015-06-01 01:09:19 +00:00
README.md Update tinygettext. 2015-06-01 01:09:19 +00:00

tinygettext

tinygettext is a minimal replacement for gettext 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 better suited for non-Unix systems and situations in which one wants to store or distribute .po files seperately from the software itself. It is licensed under zlib license.

The latest version can be found at:

Detecting the locale setting

Different operating systems store the default locale in different places; a portable way to find it is provided by FindLocale: