mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
* gpgv.c (i18n_init): Always use LC_ALL.
* bftest.c (i18n_init): Always use LC_ALL. * shmtest.c (i18n_init): Ditto. * mpicalc.c (i18n_init): Ditto.
This commit is contained in:
parent
1d315be6fa
commit
7caab37cd1
@ -1,3 +1,7 @@
|
|||||||
|
2004-10-01 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* gpgv.c (i18n_init): Always use LC_ALL.
|
||||||
|
|
||||||
2004-09-30 Werner Koch <wk@g10code.com>
|
2004-09-30 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* app-openpgp.c (verify_chv3) [GNUPG_MAJOR_VERSION!=1]: Typo fix.
|
* app-openpgp.c (verify_chv3) [GNUPG_MAJOR_VERSION!=1]: Typo fix.
|
||||||
|
@ -115,12 +115,7 @@ i18n_init(void)
|
|||||||
set_gettext_file( PACKAGE );
|
set_gettext_file( PACKAGE );
|
||||||
#else
|
#else
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
#ifdef HAVE_LC_MESSAGES
|
|
||||||
setlocale( LC_TIME, "" );
|
|
||||||
setlocale( LC_MESSAGES, "" );
|
|
||||||
#else
|
|
||||||
setlocale( LC_ALL, "" );
|
setlocale( LC_ALL, "" );
|
||||||
#endif
|
|
||||||
bindtextdomain( PACKAGE, G10_LOCALEDIR );
|
bindtextdomain( PACKAGE, G10_LOCALEDIR );
|
||||||
textdomain( PACKAGE );
|
textdomain( PACKAGE );
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-10-01 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* bftest.c (i18n_init): Always use LC_ALL.
|
||||||
|
* shmtest.c (i18n_init): Ditto.
|
||||||
|
* mpicalc.c (i18n_init): Ditto.
|
||||||
|
|
||||||
2004-09-13 David Shaw <dshaw@jabberwocky.com>
|
2004-09-13 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* pgpgroup-to-gpggroup: New perl script to take groups from PGP
|
* pgpgroup-to-gpggroup: New perl script to take groups from PGP
|
||||||
|
@ -48,11 +48,7 @@ static void
|
|||||||
i18n_init(void)
|
i18n_init(void)
|
||||||
{
|
{
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
#ifdef HAVE_LC_MESSAGES
|
|
||||||
setlocale( LC_MESSAGES, "" );
|
|
||||||
#else
|
|
||||||
setlocale( LC_ALL, "" );
|
setlocale( LC_ALL, "" );
|
||||||
#endif
|
|
||||||
bindtextdomain( PACKAGE, G10_LOCALEDIR );
|
bindtextdomain( PACKAGE, G10_LOCALEDIR );
|
||||||
textdomain( PACKAGE );
|
textdomain( PACKAGE );
|
||||||
#endif
|
#endif
|
||||||
|
@ -66,11 +66,7 @@ static void
|
|||||||
i18n_init(void)
|
i18n_init(void)
|
||||||
{
|
{
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
#ifdef HAVE_LC_MESSAGES
|
|
||||||
setlocale( LC_MESSAGES, "" );
|
|
||||||
#else
|
|
||||||
setlocale( LC_ALL, "" );
|
setlocale( LC_ALL, "" );
|
||||||
#endif
|
|
||||||
bindtextdomain( PACKAGE, G10_LOCALEDIR );
|
bindtextdomain( PACKAGE, G10_LOCALEDIR );
|
||||||
textdomain( PACKAGE );
|
textdomain( PACKAGE );
|
||||||
#endif
|
#endif
|
||||||
|
@ -56,11 +56,7 @@ static void
|
|||||||
i18n_init(void)
|
i18n_init(void)
|
||||||
{
|
{
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
#ifdef HAVE_LC_MESSAGES
|
|
||||||
setlocale( LC_MESSAGES, "" );
|
|
||||||
#else
|
|
||||||
setlocale( LC_ALL, "" );
|
setlocale( LC_ALL, "" );
|
||||||
#endif
|
|
||||||
bindtextdomain( PACKAGE, G10_LOCALEDIR );
|
bindtextdomain( PACKAGE, G10_LOCALEDIR );
|
||||||
textdomain( PACKAGE );
|
textdomain( PACKAGE );
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user