mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Changed the way i18n files are located under Windows. The setting of the
Registry key is not anymore required. Helpfiles are not properly located.
This commit is contained in:
parent
d7f0b3bd89
commit
9a8ee6e6be
11 changed files with 1271 additions and 1066 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-03-25 Werner Koch <wk@g10code.com>
|
||||
|
||||
* w32-gettext.c (_nl_locale_name): New. Taken from
|
||||
../common/localename and GNU gettext's localename.c.
|
||||
(set_gettext_file): Rewritten.
|
||||
(gettext_localename): New.
|
||||
|
||||
2008-03-17 Werner Koch <wk@g10code.com>
|
||||
|
||||
* logging.c (my_funopen_hook_size_t): New.
|
||||
|
|
1351
jnlib/w32-gettext.c
1351
jnlib/w32-gettext.c
File diff suppressed because it is too large
Load diff
|
@ -32,6 +32,7 @@ int set_gettext_file (const char *filename, const char *regkey);
|
|||
const char *gettext (const char *msgid );
|
||||
const char *ngettext (const char *msgid1, const char *msgid2,
|
||||
unsigned long int n);
|
||||
const char *gettext_localename (void);
|
||||
#endif /*USE_SIMPLE_GETTEXT*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue