Page 1 of 1

Language Packages for Slacko?

Posted: Thu 10 Apr 2014, 21:48
by RSH
Are there any plans at the langpack developers side, to expand the langpacks for the use in Slacko?

Posted: Fri 18 Apr 2014, 18:42
by vicmz
Probably you mean Slacko 5.7 and all Woof-CE puppies. Ideally, a separate langpack should be maintained for these, since Woof-CE scripts are somewhat different from Woof2 ones. At least that's what I'm doing with the Spanish langpack, langpack_es for Woof2 and langpack_woofce_es for Woof-CE.

Posted: Mon 05 May 2014, 07:22
by xanad
Hi RSH, Now I started the italian traslation also for woof-ce and you can find here:

langpack_woofce_it-20140503 : https://drive.google.com/file/d/0Bz9e78 ... sp=sharing

is not yet complete (85% circa)

for update here: http://murga-linux.com/puppy/viewtopic.php?t=83633

and here: http://www.italianpuppy.org/community/i ... pic=1219.0

Posted: Mon 05 May 2014, 11:08
by RSH
vicmz wrote:Probably you mean Slacko 5.7 and all Woof-CE puppies.
Yes, exactly.

Sorry for not being clearly enough on this, but I just had missed somehow the differences of woof2 and woofce as well as the fact, that Slacko 5.7 is a woofce build Puppy.
xanad wrote:Hi RSH, Now I started the italian traslation also for woof-ce and you can find here:

langpack_woofce_it-20140503 : https://drive.google.com/file/d/0Bz9e78 ... sp=sharing
Thanks for the Info (and also for the hard work to all langpack builders). I will try this later, when it's finished.

Hopefully there will be versions for da, de, fi, fr, nl, pt and tr as well?

Posted: Mon 26 May 2014, 17:54
by xanad
Ciao RSH, italan langpacks are completed. Now they come in the testing phase and will be ready pretty soon. What an effort ... :oops:

Posted: Tue 03 Jun 2014, 09:01
by RSH
Cool.

Looking forward to this.

solved OpenWith

Posted: Mon 23 Jun 2014, 13:53
by xanad
Hi RSH,
I solved a little problem that perhaps it may be useful to you too.
to rename the links inside
/root/.config/rox.sourceforge.net/OpenWith/***
I created a file (for slacko570) called delete.sh (a + x) and placed in /root/Startup with the following code inside:

Code: Select all

#!/bin/sh
mv /root/.config/rox.sourceforge.net/OpenWith/.inode_directory/Search\ with\ Pfind /root/.config/rox.sourceforge.net/OpenWith/.inode_directory/Cerca\ con\ Pfind ;
mv /root/.config/rox.sourceforge.net/OpenWith/.image_gif/Send-to\ Backgrounds /root/.config/rox.sourceforge.net/OpenWith/.image_gif/Copia\ in\ Backgrounds ;
mv /root/.config/rox.sourceforge.net/OpenWith/.image_jpeg/Send-to\ Backgrounds /root/.config/rox.sourceforge.net/OpenWith/.image_jpeg/Copia\ in\ Backgrounds ;
mv /root/.config/rox.sourceforge.net/OpenWith/.image_png/Send-to\ Backgrounds /root/.config/rox.sourceforge.net/OpenWith/.image_png/Copia\ in\ Backgrounds ;
rm /root/Startup/delete.sh
After restarting X everything is translated, and the delete.sh file is deleted automatically.
Great for:
Search with PFind
Burn with PBurn
Extract here
Send-to Backgrounds, etc..

Just add /root/Startup/delete.sh in langpack