Bug 1672432
| Summary: | Group and module operations in transaction table not marked for translation | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rafal Luzynski <digitalfreak> |
| Component: | dnf | Assignee: | Marek Blaha <mblaha> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dmach, jmracek, jrohel, mblaha, mhatina, packaging-team-maint, pkratoch, rpm-software-management, vmukhame |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-4.1.0-1.fc29 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-21 02:56:56 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: | |||
Thanks for catching this. This is clearly a bug and PR https://github.com/rpm-software-management/dnf/pull/1314 should fix it. libcomps-0.1.10-2.fc29 libdnf-0.26.0-1.fc29 dnf-plugins-core-4.0.4-1.fc29 dnf-plugins-extras-4.0.2-1.fc29 dnf-4.1.0-1.fc29 librepo-1.9.4-1.fc29 createrepo_c-0.12.1-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-1fccede810 createrepo_c-0.12.1-1.fc29, dnf-4.1.0-1.fc29, dnf-plugins-core-4.0.4-1.fc29, dnf-plugins-extras-4.0.2-1.fc29, libcomps-0.1.10-2.fc29, libdnf-0.26.0-1.fc29, librepo-1.9.4-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-1fccede810 createrepo_c-0.12.1-1.fc29, dnf-4.1.0-1.fc29, dnf-plugins-core-4.0.4-1.fc29, dnf-plugins-extras-4.0.2-1.fc29, libcomps-0.1.10-2.fc29, libdnf-0.26.0-1.fc29, librepo-1.9.4-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Some new actions have been added to the summary of actions to be performed in the next transaction, e.g.: "Installing Environment Groups" "Upgrading Environment Groups" "Installing Groups" "Upgrading Groups" "Removing Groups" etc. It looks suspicious to me that those strings are not marked for translation, e.g,: _("Installing Environment Groups") and so on. Version-Release number of selected component (if applicable): dnf 4.0.10 and newer How reproducible: Always, I guess. Steps to Reproduce: Honestly I don't know. I've never seen this bug in action, just noticed looking at the source code. I guess one must perform any specific operation in a non-English locale. Actual results: The messages mentioned in the beginning of this report always appear in English and translators have no way to provide the translated version. Expected results: Translators should be able to provide the translated version via Zanata and eventually the users should see the messages translated to their preferred language. Additional info: See the upstream commit: https://github.com/rpm-software-management/dnf/commit/8d3ca9fae100a83f293fefb7124631d49ace8854#diff-644eea5df29c9388080171891ac12ba5