* gettext-runtime/src/gettext.c (usage): Show the relocated LOCALEDIR.
* gettext-runtime/src/ngettext.c (usage): Likewise.
But it does not simply copy its arguments to stdout. Instead those messages\n\
found in the selected catalog are translated.\n\
Standard search directory: %s\n"),
- getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@");
+ getenv ("IN_HELP2MAN") == NULL ? relocate (LOCALEDIR) : "@localedir@");
printf ("\n");
/* TRANSLATORS: The first placeholder is the web address of the Savannah
project of this package. The second placeholder is the bug-reporting
regular directory, another location can be specified with the environment\n\
variable TEXTDOMAINDIR.\n\
Standard search directory: %s\n"),
- getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@");
+ getenv ("IN_HELP2MAN") == NULL ? relocate (LOCALEDIR) : "@localedir@");
printf ("\n");
/* TRANSLATORS: The first placeholder is the web address of the Savannah
project of this package. The second placeholder is the bug-reporting