A simple gettext replacement that works directly on .po files

Ingo Ruhnke 32e371d3ff Made the code '-ansi', '-pedantic', '-Wall', '-Werror', '-Wnon-virtual-dtor', '-Weffc++' clean 16 years ago
src 32e371d3ff Made the code '-ansi', '-pedantic', '-Wall', '-Werror', '-Wnon-virtual-dtor', '-Weffc++' clean 16 years ago
test fa258d3b1c Fixed DictionaryManager::get_languages(), proper compare was missing to make std::set work 16 years ago
CMakeLists.txt 2f6e75fd8f CMakeLists compilation files (must find a way to remove FindICONV) 16 years ago
FindICONV.cmake 2f6e75fd8f CMakeLists compilation files (must find a way to remove FindICONV) 16 years ago
NEWS b99fb0ff9a Some more TODO items, added NEWS file 16 years ago
README fa258d3b1c Fixed DictionaryManager::get_languages(), proper compare was missing to make std::set work 16 years ago
SConstruct ed201716d7 Switched to central SConstruct file 16 years ago
TODO 32e371d3ff Made the code '-ansi', '-pedantic', '-Wall', '-Werror', '-Wnon-virtual-dtor', '-Weffc++' clean 16 years ago

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 #