3

I would like to add Persian language to the Mozilla Thunderbird spell check. The available dictionaries page does not contain my favorite language, however it is available in firefox and Open Office dictionaries. The only relevant result I found here does not describe how to add a dictionary to Thunderbird dictionaries page.

Could anybody tell me how I can contribute a new dictionary to Mozilla Thunderbird dictionaries as they appear in above mentioned page?

Just a student
  • 10,560
  • 2
  • 41
  • 69
mehdix
  • 4,984
  • 1
  • 28
  • 36

1 Answers1

2

First you should "save as" on the Firefox dictionary addon you found, and then try to add it in Thunderbird as is. ("Install addon from file"). The Firefox addon probably also contains the relevant section that will make it usable for Thunderbird.

If it doesn't work, check this page on MDN. The page also applies to Thunderbird dictionaries.

Especially, if you got a message along the lines of "this addon is not compatible with your version of Thunderbird", you can just unzip the .xpi, modify the "install.rdf" file and put an updated value in maxVersion. Zip back the content of the folder, rename to .xpi and try to install again.

Yolanda Ruiz
  • 686
  • 4
  • 7
  • Thanks for the tip. The error happened as you had mentioned. There was a problem that thunderbird did not accept the created xpi file, no mather what was the content. To solve this problem, instead of creating a new zip and renaming it, I modifed the xpi file inside Archive Manager on the fly. It worked fine. – mehdix Feb 06 '14 at 15:14
  • 1
    I think I figured out the problem. I was compressing the folder therfore the files were not at the root of extension, instead now I compress the contents of the folder. – mehdix Feb 06 '14 at 20:41