Popularity
2.2
Declining
Activity
3.0
-
62
7
26

Description

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 arbitrary locations, so it's better suited for non-Unix systems and situations in which one wants to store or distribute .po files separately from the software itself. It is licensed under zlib license.

Programming language: C++
License: GNU General Public License v3.0 or later

tinygettext alternatives and similar libraries

Based on the "Internationalization" category.
Alternatively, view tinygettext alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tinygettext or a related project?

Add another 'Internationalization' Library

README

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 arbitrary locations, so it's better suited for non-Unix systems and situations in which one wants to store or distribute .po files separately 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:

Projects using this library


*Note that all licence references and agreements mentioned in the tinygettext README section above are relevant to that project's source code only.