Closed
Bug 1031910
Opened 12 years ago
Closed 9 years ago
[l10n] In the l10n interface, the spellchecker should be on by default
Categories
(developer.mozilla.org Graveyard :: Localization, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Assigned: sheppy)
References
Details
We have two problems here:
- non-seasoned editors doing edits with a lot of spelling errors and no easy way to find them.
- seasoned editors leaving more spelling errors than on other Mozilla realm
To fix this, we should have the spellchecker on by default. (If possible in l10n interface and in the regular interface.
Comment 1•12 years ago
|
||
needinfo? :hoosteeno for feature definition.
Flags: needinfo?(hoosteeno)
Keywords: productwanted
Updated•12 years ago
|
Severity: normal → enhancement
Comment 2•12 years ago
|
||
I think the bulk of questions about spell checking are covered by my recent summary in bug 1032056. We have some outstanding investigation to do there. I expect the outcome of that investigation will point to either a fix or a wontfix on this bug.
Flags: needinfo?(hoosteeno)
Comment 3•11 years ago
|
||
Let's revisit this only after the new CKEditor lands in production.
Depends on: 975868
Keywords: productwanted
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/9d742aa8d725ef28134f2f65af6c47baccc0a474
bug 1031910 - Add multi-lang. spell checking.
https://github.com/mozilla/kuma/commit/1e0a69b569587e1fe741efcd717c46d79e9e655a
Merge pull request #4118 from jwhitlock/multilingual-spellcheck-1031910
bug 1031910 - Multilingual spellcheck
r=stephaniehobson,jwhitlock
Comment 5•9 years ago
|
||
The language is now set correctly when loading the SCAYT spellchecker in the translation interface. However, it is not on by default. See bug 1318827#c4 for discussion.
Code pushed to staging.
Assignee: nobody → eshepherd
See Also: → 1318827
Comment 6•9 years ago
|
||
Fix (language-specific spell check) deployed to production. The "on by default" feature is tracked in bug 1318827.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 7•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/986a1bacbc5f3123bd6b6559deec8bab15681154
bug 1031910: Fix language detection for zones
The language detection regex worked for regular URLs, but not zone URLs
(URLs that omit /docs/). The new code works on both kinds:
https://developer.mozilla.org/en-US/docs/Web/HTML
https://developer.mozilla.org/en-US/Add-ons/Themes
https://github.com/mozilla/kuma/commit/cb498f62108808752c01d7703a9ff2fb55954759
Merge pull request #4123 from jwhitlock/editing_zones_1031910
bug 1031910: Fix language detection for zones
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•