Bug 436361
| Summary: | yum polish translation - miss interact with user | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karol Trzcionka <karlikt> |
| Component: | yum | Assignee: | Seth Vidal <skvidal> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | atigro, ffesti, james.antill, katzj, lam, mr.ecik, piotrdrag, pmatilai, tim.lauridsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-03-13 20:36:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 484497 | ||
YUMBUGDAY Fixed in git *** Bug 437755 has been marked as a duplicate of this bug. *** |
Description of problem: yum doesn't wait for user interact and exit. Version-Release number of selected component (if applicable): 3.2.12 How reproducible: Always Steps to Reproduce: 1.LANG=pl_PL yum ... (install or update sth) Actual results: "Całkowity rozmiar pobierania:... Zamykanie na polecenie użytkownika Zakończono!" (means: "Total download size:... Exiting on user Command Complete!") Expected results: "Całkowity rozmiar pobierania:... Zgadza się?[t/n]: (or wth like that) Zamykanie na polecenie użytkownika Zakończono!" (means: "Total download size:... Is this ok [y/N]: n Exiting on user Command Complete!") Additional info: The bug is probably in yum's support UTF, the expected line has pl-char ("ą") ("W porządku?..."). If I replace to "W porzadku?" all works fine but is not correct. I think temporarly it can be fixed if you replace "W porządku?" with "Poprawnie?"