1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Revamped the W32 gettext implementation.

This commit is contained in:
Werner Koch 2008-11-04 19:54:02 +00:00
parent 4019792423
commit 75c0534820
8 changed files with 1117 additions and 1085 deletions

View file

@ -28,7 +28,7 @@ int write_w32_registry_string (const char *root, const char *dir,
const char *name, const char *value);
#ifdef USE_SIMPLE_GETTEXT
int set_gettext_file (const char *filename, const char *regkey);
char *bindtextdomain (const char *domainname, const char *dirname);
const char *gettext (const char *msgid );
const char *ngettext (const char *msgid1, const char *msgid2,
unsigned long int n);