french dictionary wasn't included by default like it used to
Categories
(Thunderbird :: L10n, defect)
Tracking
(thunderbird_esr102+ fixed, thunderbird111+ fixed)
People
(Reporter: florent.lagoda, Assigned: rjl)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr102+
|
Details | Review |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0
Steps to reproduce:
Spelling checker (french for example) didn't appear
Actual results:
Spelling checker (french for example) didn't appear
Expected results:
Previous version have automatically the french dictionnary integrated after new installation
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
•
|
||
Confirmed, no French spelling dictionaries in 102.8.0. They were present in 102.6.1. Broken in 102.7.0+.
en_US does have them, it appears that localized builds do not.
Looks like beta is affected as well, I'd wager Daily is too.
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Dictionaries for the locales that have them come from l10n-central.
For French: https://hg.mozilla.org/l10n-central/fr/file/tip/extensions/spellcheck/hunspell
Other localized builds are at the same path.
Post l10n-split, that directory was not included when copying the strings files from the l10n-central repositories to produce localized builds. It's a silent fail because many localized builds do not have dictionaries installed by default for one reason or another.
The attached patch adds the extensions/spellcheck
path to the others copied from the l10n-central repositories. It will cover developer localized builds and langpacks (mach build installers-fr
, mach build langpack-fr
) as well as CI L10n repacks.
Verification can be done on Daily after this lands by checking the French build and langpacks.
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4f081c682751
Grab dictionaries from l10n-central when doing L10n repacks. r=mkmelin
Assignee | ||
Comment 6•2 years ago
|
||
Confirmed that the dictionaries are in today's Daily build for "fr" locale.
Dictionaries are not part of langpacks; my statement in comment 4 incorrectly mentioned them.
Assignee | ||
Comment 7•2 years ago
|
||
Comment on attachment 9319389 [details]
Bug 1818257 - Grab dictionaries from l10n-central when doing L10n repacks. r=#thunderbird-build-system-reviewers
[Approval Request Comment]
Regression caused by (bug #): 1765629
User impact if declined: Locales that include spell check dictionaries do not have them
Testing completed (on c-c, etc.): Verified on Daily (2023-02-23) fr build by inspecting omni.ja manually
Risk to taking this patch (and alternatives if risky):
Low risk, uses same code paths that are part of L10n strings repackaging already in use.
Comment 8•2 years ago
|
||
Comment on attachment 9319389 [details]
Bug 1818257 - Grab dictionaries from l10n-central when doing L10n repacks. r=#thunderbird-build-system-reviewers
[Triage Comment]
Approved for beta
Assignee | ||
Updated•2 years ago
|
Comment 9•2 years ago
|
||
bugherder uplift |
Thunderbird 111.0b1:
https://hg.mozilla.org/releases/comm-beta/rev/cb3da33f6584
Comment 12•2 years ago
|
||
Comment on attachment 9319389 [details]
Bug 1818257 - Grab dictionaries from l10n-central when doing L10n repacks. r=#thunderbird-build-system-reviewers
[Triage Comment]
approved for esr102
Comment 13•2 years ago
|
||
bugherder uplift |
Thunderbird 102.9.0:
https://hg.mozilla.org/releases/comm-esr102/rev/fcbd0e3c1b58
Description
•