Closed
Bug 1726530
Opened 3 years ago
Closed 3 years ago
flatpak runme.sh locale splitting assumes language codes are 2 letters
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox93 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: jcristau, Assigned: jcristau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/9dceacf3d761eb91237108ec438d64099a56f442/taskcluster/docker/firefox-flatpak/runme.sh#132 splits the locale by using the first two characters as langcode, which seems wrong, as it means enabling a locale like "ast" in flatpak doesn't actually result in the ast langpack getting downloaded.
Assignee | ||
Comment 1•3 years ago
|
||
A number of locales have a 3-letter language code, and by truncating
them we break automatic installation of the right langpacks.
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f8bd490d13c1
flatpak: properly extract the language code from the locale name. r=releng-reviewers,bhearsum DONTBUILD
Comment 3•3 years ago
|
||
bugherder |
Comment 4•3 years ago
|
||
Thanks for fixing this!
You need to log in
before you can comment on or make changes to this bug.
Description
•