4

I'm looking for a offline translator for Ubuntu 12.04.

I like GoldenDict, but I can't find dictionaries. I have looked for them on Google a lot but I can't find anything. I know about babylon dictionaries (.bgl); I've downloaded some of them from babylon website but it's a .exe file. I've tried every app to extract it (7zip, rar, ark, etc.) and finally I succeeded but there were no .bgl files in the archive.

I've also downloaded free dict from repository but they are not good for what I'm looking for (italian-english, english-italian).

Do you advice another app?

Or, if you think that GoldenDict is the best, do you know any sites to download dictionaries for GoldenDict (also ita-eng, eng-ita)?

Braiam
  • 69,112
Frank
  • 1,583

1 Answers1

4

GoldenDict

Designed as a StarDict successor, it supports its format, lots of other formats (Lingvo, Babylon etc), features tabbed browsing, morphology, live pronunciations, Wikipedia and so on. As a free software, it is constantly being improved and worked on.

SS0 SS1

Dictionaries

The most common dictionaries are Babylon (.bgl) but their problems is that are no longer officially supported.
So my recommendation is use the StarDict dictionaries. In this website you will find a library with hundreds of dictionaries. How to install them: Open GoldenDict and select Edit -> Dictionaries -> Add then select the extracted folder and click Apply.

Donwload and Install

  1. Download the source code
  2. Uncompress it (with second click you'll see the option)
  3. Open a terminal Ctrl+Alt+T
  4. Enter cd uncompressed_folder
  5. Enter the following commands in order:
    qmake
    make
    sudo make install
Lucio
  • 19,191
  • 32
  • 112
  • 191