

xarchive is NOT internationalized thus a change of language is not possible but....linux28 wrote:How to change xarchive the language?![]()
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.
http://www.gnu.org/software/gettext/man ... ng-Stringslinux28 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