Tobias Markus afbae58a61 findlocale: Move VERSION to VERSION.txt преди 4 години
..
LICENSE 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ преди 15 години
Makefile 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ преди 15 години
README.findlocale 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ преди 15 години
VERSION.txt afbae58a61 findlocale: Move VERSION to VERSION.txt преди 4 години
example.c 78ac7aef67 Switched from tinygettext/tags/tinygetext-supertux/ to tinygettext/trunk/ преди 15 години
findlocale.c 40af078133 Fix conversion warnings in findlocale.c преди 9 години
findlocale.h 43b41a583b Fixed compiler warnings, see bug962 преди 11 години

README.findlocale

FindLocale -- a cross-platform C module for detecting the user's language
Adam D. Moss / adam at steambird.com / adam at gimp.org

This is an early release of a straightforward API which can be used to
detect the user's current preferred (language,country,variant) setting
in a uniform manner across multiple platforms. It is not intended
to provide localization functions, but rather it is a basis on which to
make localization decisions.

Currently, win32 (win95+) and unix-alikes are supported.

Please see example.c and findlocale.h for illumination of this API.

Ports and patches are always welcome.

License: Completely free; see the LICENSE file.

--adam