1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(main): Initialize for internationalized message support: call setlocale,

bindtextdomain, and textdomain.
This commit is contained in:
Jim Meyering
1996-03-12 03:08:30 +00:00
parent 8e8fd5439a
commit 10c96c43ac
17 changed files with 72 additions and 4 deletions

View File

@@ -151,6 +151,10 @@ main (int argc, char **argv)
struct stat *stats;
program_name = argv[0];
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
fs_select_list = NULL;
fs_exclude_list = NULL;
inode_format = 0;