Bug 1312890
Summary: | langpacks-en should be added | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mike FABIAN <mfabian> |
Component: | langpacks | Assignee: | Parag Nemade <pnemade> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 24 | CC: | codonell, mfabian, milos, pnemade |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-02-29 15:16:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mike FABIAN
2016-02-29 13:06:22 UTC
Okay fixed this now in langpacks-1.0-7 build for f24+. This is a Fedora 24 release blocker because it impacts Critical Path translations. https://fedoraproject.org/wiki/Fedora_24_Final_Release_Criteria#Critical_path_translations While the gettext-based translations should default to American English (likely the reason no langpack-en exists), such default translations do not include additional resources like American English localizations, which are required to complete the "translation" accurately e.g. What date format do you use? Withou langpack-en the user is limited to C, POSIX, or C.UTF-8 localization practices which do not match en_US.UTF-8 locale practices e.g. month name before day number. There are two alternatives to solving this blocker: (a) All installs must include en_US.utf8 in their minimal set of installs. This is not ideal because it is wasteful for non-English users. (b) Create a langpack-en such that American English users, like all other users, can have this lanpack installed, and thus include glibc-langpack-en to provide the correct localizations. This bug proposes (b). Parag, Thanks for fixing so quickly! |