Bug 891375
| Summary: | [pt_BR] deprecated modules should not be translated from msgid to msgstr | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | candlepin-bugs |
| Status: | CLOSED ERRATA | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | alikins, gcintra, tlavigne |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-21 09:06:14 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 771481, 895654 | ||
|
Description
John Sefler
2013-01-02 18:34:15 UTC
Results above modified in pt-BR. Verifying Version... [root@jsefler-6 ~]# rpm -q subscription-manager subscription-manager-1.1.19-1.el6.x86_64 [root@jsefler-6 ~]# msgunfmt --no-wrap /usr/share/locale/pt_BR/LC_MESSAGES/rhsm.mo | grep -i -A1 -- "deprecated, see" msgid "Deprecated, see --auto-attach" msgstr "Obsoleto, veja --auto-attach" <==================== PASED -- msgid "Deprecated, see attach" msgstr "Obsoleto, veja attach" <==================== PASED -- msgid "Deprecated, see remove" msgstr "Obsoleto, veja remove" <==================== PASED -- msgid "deprecated, see auto-attach-interval" msgstr "Obsoleto, veja intervalo de attach-interval" <==================== FAILED Expected: msgstr "Obsoleto, veja auto-attach-interval" Verifying Version... [root@jsefler-6 ~]# rpm -q subscription-manager subscription-manager-1.1.20-1.el6.x86_64 [root@jsefler-6 ~]# msgunfmt --no-wrap /usr/share/locale/pt_BR/LC_MESSAGES/rhsm.mo | grep -i -A1 -- "deprecated, see" msgid "Deprecated, see --auto-attach" msgstr "Obsoleto, veja --auto-attach" -- msgid "Deprecated, see attach" msgstr "Obsoleto, veja attach" -- msgid "Deprecated, see remove" msgstr "Obsoleto, veja remove" -- msgid "deprecated, see auto-attach-interval" msgstr "Obsoleto, veja attach-interval-interval" [root@jsefler-6 ~]# VERIFIED (In reply to comment #8) > msgid "deprecated, see auto-attach-interval" > msgstr "Obsoleto, veja attach-interval-interval" > [root@jsefler-6 ~]# > > > VERIFIED Sorry, my mistake. This translation is still broken; typo in "Obsoleto, veja attach-interval-interval". Expected: msgid "deprecated, see auto-attach-interval" msgstr "Obsoleto, veja auto-attach-interval" Moving back to ASSIGNED/FailedQA Verifying Version... [root@jsefler-6 ~]# rpm -q subscription-manager subscription-manager-1.1.22-1.el6.x86_64 [root@jsefler-6 ~]# msgunfmt --no-wrap /usr/share/locale/pt_BR/LC_MESSAGES/rhsm.mo | grep -i -A1 -- "deprecated, see" msgid "Deprecated, see --auto-attach" msgstr "Obsoleto, veja --auto-attach" -- msgid "Deprecated, see attach" msgstr "Obsoleto, veja attach" -- msgid "Deprecated, see remove" msgstr "Obsoleto, veja remove" -- msgid "deprecated, see auto-attach-interval" msgstr "Obsoleto, veja auto-attach-interval" [root@jsefler-6 ~]# VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0350.html |