Jose Carlos Medeiros wrote:
Can you send me more information?
Hello Jose,
I did this test:
# export LC_ALL=it_IT
# strace -o awffull_IT.trace awffull --help
and this is an excerpt from the trace file:
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2b0e600fc000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2586
read(3, "", 4096) = 0
close(3) = 0
munmap(0x2b0e600fc000, 4096) = 0
open("/usr/share/locale/en_IT/LC_MESSAGES/awffull.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/awffull.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/awffull.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en_GB/LC_MESSAGES/awffull.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
So awffull is trying to open the file
/usr/share/locale/en_IT/LC_MESSAGES/awffull.mo while I suppose it should
be instead /usr/share/locale/it/LC_MESSAGES/awffull.mo .
Thanks,
Alex
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]