xarchive language support ???

For efforts in internationalising Puppy and solving problems in this area
Post Reply
Message
Author
linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

xarchive language support ???

#1 Post by linux28 »

How to change xarchive the language? :roll: :roll:

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: xarchive language support ???

#2 Post by L18L »

linux28 wrote:How to change xarchive the language? :roll: :roll:
xarchive is NOT internationalized thus a change of language is not possible but....

change to xarchiver is possible.

I am hoping that your language is one of:
# set of available languages (in alphabetic order)
bg ca cs da de el en_GB es eu fi fr hu id ja nb_NO nl pl pt_BR pt_PT ru sq sv tr uk
:D
Attachments
xarchiver.png
xarchiver in German language
(12.25 KiB) Downloaded 1302 times

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

#3 Post by linux28 »

Wary Is xarchive
http://www.murga-linux.com/puppy/viewtopic.php?t=44171

Described here can be changed into other languages ​​and then compile

Code: Select all

1: Download xarchive-0.2.8-6.tar.gz (I attached)
2: # tar xvzf xarchive-0.2.8-6.tar.gz
3: # cd xarchive-0.2.8-6/
4: # cd src/
5: Edit these 3 files into Japanese ...etc. (attached my
japanese samples "xarchive-src-JP.zip")
main.c
myfc_gtk.c
widgets_gtk.c
6: # ./configure && make
7: # new2dir make install
8: When script finished, in directory "xarchive-0.2.8-6-i686" (i686 is
any name...it is named when you did new2dir script.)
There are xxx.spec file and "usr" directory.
You can find "xarchive" binary file in xarchive-0.2.8-6/usr/local/bin.
9: copy it to /usr/local/bin directory.
There are three documents changes to the Japanese? main.c
myfc_gtk.c
widgets_gtk.c

Thank you

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

#4 Post by L18L »

linux28 wrote:...
Described here can be changed into other languages ​​and then compile
Good luck 8)

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

#5 Post by linux28 »

I do not know how to modify the main.c
myfc_gtk.c
widgets_gtk.c ah, I will compile, but do not know to modify the source

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

xarchive language support ???

#6 Post by L18L »

linux28 wrote:I do not know how to modify the main.c
myfc_gtk.c
widgets_gtk.c ah, I will compile, but do not know to modify the source
http://www.gnu.org/software/gettext/man ... ng-Strings
Hope that helps :)

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Xarchive internationalised

#7 Post by shinobar »

Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

Post Reply