Closed Bug 1612020 Opened 6 years ago Closed 2 years ago

TB68> - multiple spellcheck dictionaries for a country not supported?

Categories

(Thunderbird :: Untriaged, defect)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

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

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
}
Severity: normal → S3

hribeq,
Does it work for you now?

Flags: needinfo?(hribeq)
Whiteboard: [closeme 2022-12-15]

(In reply to Wayne Mery (:wsmwk) from comment #4)

hribeq,
Does it work for you now?

yes. it seems to work now. thank you!

Flags: needinfo?(hribeq)

Resolved per whiteboard and Comment 5

Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
Whiteboard: [closeme 2022-12-15]
You need to log in before you can comment on or make changes to this bug.