Hi,
This one should probably go to devel, but since I am not subscribed:
I have got English interface in inkscape 0.42 from autopackage. My locale is fine and is used by gimp & friends. The problem seems to be here:
fstat64(6, {st_mode=S_IFREG|0644, st_size=111332, ...}) = 0 mmap2(NULL, 111332, PROT_READ, MAP_PRIVATE, 6, 0) = 0x40a11000 close(6) = 0 open("/usr/local/share/locale/pl_PL/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/share/locale/pl/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/proc/self/maps", O_RDONLY)
while autopackage puts the ".mo" here: /usr/share/locale/pl/LC_MESSAGES/inkscape.mo
Is it my distro (PLD Linux) problem, autopackage or inkscape's problem?
The problem gets fixed when I put .mo to right directory.
Karol