Switched completely to standard gettext.
commit99974213058c2507b9c6ed8526e1bd518f36c921
authorThomas Leonard <talex5@gmail.com>
Sun, 25 Nov 2007 12:10:11 +0000 (25 12:10 +0000)
committerThomas Leonard <talex5@gmail.com>
Sun, 25 Nov 2007 12:10:11 +0000 (25 12:10 +0000)
treedb330e0218264b4101bcc705912d6d4d9131ebee
parent734f02cae9742f5fe97511c6011672db250e77a4
Switched completely to standard gettext.

We used to use our own implementation of the gettext functions so that the user
could switch langauges on the fly. However, that doesn't work with Glade and it
wasn't very useful anyway, so it has all been removed.

One visible change is that e.g. "LANG=fr rox -n" no longer works. You have to use
the full string (e.g. "LANG=fr_FR.utf8 rox -n").
ROX-Filer/Options.xml
ROX-Filer/src/Makefile.in
ROX-Filer/src/config.h.in
ROX-Filer/src/i18n.c
ROX-Filer/src/po/make-mo
ROX-Filer/src/rox_gettext.c [deleted file]
ROX-Filer/src/rox_gettext.h [deleted file]