6 décembre 2015 12:20 "Daniel Jakots" <[email protected]> a écrit: > On Sun, 06 Dec 2015 10:33:43 +0000, "Comète" <[email protected]> wrote: > >> Hello, >> >> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i >> get a "File not found fr.po" window. >> >> I've printed the list of files in scratch package with "pkg_info -L >> scratch" and "fr.po" is present in: >> >> /usr/local/share/scratch/locale/ >> >> Any idea ? > > According to the README > >> The following directories must be found in these locations, because >> references to them are >> hard-coded within the Scratch.image (Squeak source code) file: >> /usr/share/scratch/Help - the help screen images, and the help html files. >> /usr/share/scratch/locale - translation .po files >> /usr/share/scratch/Media - image and sound files bundled with Scratch >> /usr/share/scratch/Projects - sample projects bundled with Scratch > > so there's an obvious dirty fix. A better fix would be to patch the > Scratch.image (but I don't know if it's possible as I don't know > squeak). > >> Thanks a lot
sorry, i didn't see this part... A simple symbolic link was indeed the solution, a bit dirty but my son is happy with it ;) Thanks again Morgan
