Bug 928073
| Summary: | [ta][ko] msgid "deprecated, see auto-attach-interval" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | 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: | 5.10 | CC: | alikins, bkearney, eukim, jgalipea, shkumar, tlavigne |
| Target Milestone: | beta | Keywords: | Translation |
| Target Release: | 5.10 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
No description necessary
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-30 23:02:11 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: | 840995, 920191 | ||
|
Comment 2
John Sefler
2013-03-26 20:18:10 UTC
Same problem with LANG ko
[root@jsefler-7 ~]# msgunfmt --no-wrap /usr/share/locale/ko/LC_MESSAGES/rhsm.mo | grep -A1 -- "deprecated, see"
msgid "deprecated, see --auto-attach-interval"
msgstr "폐지 예정, --cert-check-interval 참조 "
^^^^^^^^^^^^^^^^^^^^^
Expected:
msgstr "폐지 예정, --auto-attach-interval 참조 "
ko version fixed in https://translate.zanata.org/zanata/iteration/view/subscription-manager/1.8.X Eun-Ju (In reply to comment #2) > Version... > [root@jsefler-7 ~]# rpm -q subscription-manager > subscription-manager-1.8.4-1.git.70.ff4c9ab.el7.x86_64 > https://translate.zanata.org/zanata/iteration/view/subscription-manager/1.8.X > > > [root@jsefler-7 ~]# msgunfmt --no-wrap > /usr/share/locale/ta_IN/LC_MESSAGES/rhsm.mo | grep -A1 -- "deprecated, see" > msgid "deprecated, see --auto-attach-interval" > msgstr "வழக்கழிந்தது, --auto-interval ஐக் காணவும்" > ^^^^^^^^^^^^^^ > Expected: > msgstr "வழக்கழிந்தது, --auto-attach-interval ஐக் காணவும்" Fixed for ta-IN - Thanks Shantha This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. ta #: ../src/rhsmcertd.c:63 msgid "deprecated, see --auto-attach-interval" msgstr "வழக்கழிந்தது, --auto-attach-interval ஐக் காணவும்" ko #: ../src/rhsmcertd.c:63 msgid "deprecated, see --auto-attach-interval" msgstr "폐지 예정, --auto-attach-interval 참조 " fixed in 1.8.6 Verifying Version... [root@jsefler-7 ~]# rpm -q subscription-manager subscription-manager-1.8.6-1.el7.x86_64 [root@jsefler-7 ~]# msgunfmt --no-wrap /usr/share/locale/ko/LC_MESSAGES/rhsm.mo | grep "deprecated, see" -A1 msgid "deprecated, see --auto-attach-interval" msgstr "폐지 예정, --auto-attach-interval 참조 " -- msgid "deprecated, see --cert-check-interval" msgstr "폐지 예정, --cert-check-interval 참조 " [root@jsefler-7 ~]# msgunfmt --no-wrap /usr/share/locale/ta_IN/LC_MESSAGES/rhsm.mo | grep "deprecated, see" -A1 msgid "deprecated, see --auto-attach-interval" msgstr "வழக்கழிந்தது, --auto-attach-interval ஐக் காணவும்" -- msgid "deprecated, see --cert-check-interval" msgstr "வழக்கழிந்தது, --cert-check-interval ஐப் பார்க்கவும்" [root@jsefler-7 ~]# Moving to 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-1332.html |