Open
Bug 1345765
Opened 8 years ago
Updated 2 years ago
nsEditorSpellCheck::DictionaryFetched should use OSPreferences::GetSystemLocales instead of getenv("LANG")
Categories
(Core :: DOM: Editor, enhancement, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: m_kato, Unassigned)
Details
nsEditorSpellCheck::DictionaryFetched uses LANG environment value and decode it to BCP47. We might be able to use OSPreferences::GetSystemLocale instead.
Reporter | ||
Updated•8 years ago
|
Summary: nsEditorSpellCheck::DictionaryFetched should use OSPreferences::GetSystemLocale instead of getenv("LANG") → nsEditorSpellCheck::DictionaryFetched should use OSPreferences::GetSystemLocales instead of getenv("LANG")
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•