PATCH: i18n
- From: Michael Glauche <mg plum de>
- To: balsa-list gnome org
- Subject: PATCH: i18n
- Date: Tue, 29 Dec 1998 00:39:13 +0100
I found out why i18n was not working ....
According to the gnome web site there must be a call to bindtextdomain
and textdomain, which was not there. After inserting :
bindtextdomain(PACKAGE, "/opt/gnome/share/locale");
textdomain(PACKAGE);
into main.c:152 everything works fine. Unfortunately I don't know
how to make a -DGNOMELOCALEDIR=\""$(datadir)/locale"\" into the
Makefile ... but I will try :)
regards,
Michael
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]