Todays every body know what's babylon and some of windows users use this dictionary as their favorite dic .
now i want to learn you how do you use babylon glossary in ubuntu . it's not hard !
for first you need to download Stardic dictionary in ubuntu .
when package downloaded , double click on it and install package using package manager .
Close the Stardict if it's running .
then go to Babylon Glossary Page and download your favorite Glossary .
now you need to convert the bgl file ( bgl is the format of babylon glossary ) . to convert it you need a program call dictconv . type this commands in terminal :
wget -c http://3v1n0.tuxfamily.org/pool/feisty/3v1n0/dictconv_0.2-0~3v1ubuntu1_i386.deb
sudo dpkg -i dictconv_0.2-0~3v1ubuntu1_i386.deb
when you installed dictconv , you should convert bgl file with this command in terminal :
dictconv test.BGL -o test.ifo
(test is the name of your downloded glossary )
the output of this command is three file :
test.ifo , test.idx , test.dict
now type this commands in terminal :
sudo apt-get install dictzip
dictzip test.dict
this will convert your test.dict file to test.dz .
now put these files to a folder same as test :
test.ifo , test.idx , test.dz
then you should copy the " test " folder to Stardict dictionary directory . to do it :
sudo cp -r test /usr/share/stardict/dic
that's all . now open Stardict again .
Enjoy :icon_wink: