mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-19 09:02:22 +02:00
Minor changes for gettext
This commit is contained in:
parent
9382b621ad
commit
9c86904866
@ -18,6 +18,9 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
localedir = $(datadir)/locale
|
||||||
|
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
bin_PROGRAMS = gpg-agent
|
bin_PROGRAMS = gpg-agent
|
||||||
pkglib_PROGRAMS = protect-tool
|
pkglib_PROGRAMS = protect-tool
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ i18n_init (void)
|
|||||||
#else
|
#else
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
/* gtk_set_locale (); HMMM: We have not yet called gtk_init */
|
/* gtk_set_locale (); HMMM: We have not yet called gtk_init */
|
||||||
bindtextdomain( PACKAGE, GNUPG_LOCALEDIR );
|
bindtextdomain( PACKAGE, LOCALEDIR );
|
||||||
textdomain( PACKAGE );
|
textdomain( PACKAGE );
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -137,7 +137,7 @@ i18n_init (void)
|
|||||||
#else
|
#else
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
/* gtk_set_locale (); HMMM: We have not yet called gtk_init */
|
/* gtk_set_locale (); HMMM: We have not yet called gtk_init */
|
||||||
bindtextdomain( PACKAGE, GNUPG_LOCALEDIR );
|
bindtextdomain( PACKAGE, LOCALEDIR );
|
||||||
textdomain( PACKAGE );
|
textdomain( PACKAGE );
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
localedir = $(datadir)/locale
|
||||||
|
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
EXTRA_DIST = mkerrors
|
EXTRA_DIST = mkerrors
|
||||||
AM_CPPFLAGS = $(LIBKSBA_CFLAGS) $(LIBGCRYPT_CLFAGS)
|
AM_CPPFLAGS = $(LIBKSBA_CFLAGS) $(LIBGCRYPT_CLFAGS)
|
||||||
BUILT_SOURCES = keybox-errors.c
|
BUILT_SOURCES = keybox-errors.c
|
||||||
|
@ -126,7 +126,7 @@ i18n_init(void)
|
|||||||
#else
|
#else
|
||||||
setlocale( LC_ALL, "" );
|
setlocale( LC_ALL, "" );
|
||||||
#endif
|
#endif
|
||||||
bindtextdomain( PACKAGE, GNUPG_LOCALEDIR );
|
bindtextdomain( PACKAGE, LOCALEDIR );
|
||||||
textdomain( PACKAGE );
|
textdomain( PACKAGE );
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
localedir = $(datadir)/locale
|
||||||
|
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
bin_PROGRAMS = scdaemon
|
bin_PROGRAMS = scdaemon
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/common $(LIBOPENSC_CFLAGS) $(LIBGCRYPT_CFLAGS) \
|
AM_CPPFLAGS = -I$(top_srcdir)/common $(LIBOPENSC_CFLAGS) $(LIBGCRYPT_CFLAGS) \
|
||||||
|
@ -138,7 +138,7 @@ i18n_init (void)
|
|||||||
#else
|
#else
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
/* gtk_set_locale (); HMMM: We have not yet called gtk_init */
|
/* gtk_set_locale (); HMMM: We have not yet called gtk_init */
|
||||||
bindtextdomain( PACKAGE, GNUPG_LOCALEDIR );
|
bindtextdomain( PACKAGE, LOCALEDIR );
|
||||||
textdomain( PACKAGE );
|
textdomain( PACKAGE );
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2002-08-10 Werner Koch <wk@gnupg.org>
|
2002-08-10 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* Makefile.am (INCLUDES): Add definition for localedir.
|
||||||
|
|
||||||
* keylist.c (list_cert_colon): Print the short fingerprint in the
|
* keylist.c (list_cert_colon): Print the short fingerprint in the
|
||||||
key ID field.
|
key ID field.
|
||||||
* fingerprint.c (gpgsm_get_short_fingerprint): New.
|
* fingerprint.c (gpgsm_get_short_fingerprint): New.
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
localedir = $(datadir)/locale
|
||||||
|
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
bin_PROGRAMS = gpgsm
|
bin_PROGRAMS = gpgsm
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl \
|
AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl \
|
||||||
|
@ -523,7 +523,7 @@ i18n_init(void)
|
|||||||
# else
|
# else
|
||||||
setlocale (LC_ALL, "" );
|
setlocale (LC_ALL, "" );
|
||||||
# endif
|
# endif
|
||||||
bindtextdomain (PACKAGE, GNUPG_LOCALEDIR);
|
bindtextdomain (PACKAGE, LOCALEDIR);
|
||||||
textdomain (PACKAGE);
|
textdomain (PACKAGE);
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user