Re: gnome_i18n_get_language_list -> g_i18n_get_language_list
- From: Dan Winship <danw helixcode com>
- To: Martin Baulig <martin home-of-linux org>
- Cc: gtk-devel-list gnome org
- Subject: Re: gnome_i18n_get_language_list -> g_i18n_get_language_list
- Date: Tue, 05 Sep 2000 12:10:28 -0400
> read_aliases ("/usr/share/locale/locale.alias");
> read_aliases ("/usr/local/share/locale/locale.alias");
> read_aliases ("/usr/lib/X11/locale/locale.alias");
> read_aliases ("/usr/openwin/lib/locale/locale.alias");
Ick.
I'm guessing that's supposed to be "system locale.alias file", "the
other place the GNU gettext locale.alias file is likely to be if it's
not in /usr/share", "the X locale.alias file if you're on Linux", and
"the X locale.alias file if you're on Solaris".
The first is probably correct enough. The second should be computed by
autoconf using code based on AM_GTK_GETTEXT, or perhaps "gettext
--help | sed -ne 's/^Standard search directory: //p'". The
third/fourth should also be autoconfed, using the discovered X prefix
rather than just likely guesses.
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]