1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(main): Initialize for internationalized message support:

call setlocale, bindtextdomain, and textdomain.
This commit is contained in:
Jim Meyering
1996-03-12 23:49:29 +00:00
parent 3f92a4421a
commit 6fc4ae7a28
26 changed files with 87 additions and 2 deletions

View File

@@ -84,6 +84,10 @@ main (int argc, char **argv)
int optc;
program_name = argv[0];
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
append = 0;
ignore_interrupts = 0;