TB68> - multiple spellcheck dictionaries for a country not supported?
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: hribeq, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36
Steps to reproduce:
For Czech language there are two dictionaries available - with and without accents. I liked to have installed both and switch between them as needed.
Actual results:
Since TB68 only one dictionary appears in the spell check selector (labeled Czech) even when both dictionaries are installed
Expected results:
two different items in the spell check selector when two dictionaries for a language are installed
Comment 1•6 years ago
|
||
Which two dictionaries?
aha... and as a workaround I replaced the cs with sk in a manifest.json file in one of the Dictionaries so now it shows up as Slovak dictionary in my thunderbird:
"applications": {
"gecko": {
"id": "cs2@dictionaries.addons.mozilla.org"
}
},
"version": "1.1.0.1webext",
"dictionaries": {
**"cs"**: "dictionaries/Cestina.dic"
},
"name": "\u010cesk\u00fd slovn\u00edk kontroly pravopisu (bez diakritiky)",
"manifest_version": 2
}
Updated•3 years ago
|
Comment 4•3 years ago
|
||
hribeq,
Does it work for you now?
(In reply to Wayne Mery (:wsmwk) from comment #4)
hribeq,
Does it work for you now?
yes. it seems to work now. thank you!
Resolved per whiteboard and Comment 5
Description
•