RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1725522 - [ALL LANG][RHSM CLI] Unlocalized message in redeem module.
Summary: [ALL LANG][RHSM CLI] Unlocalized message in redeem module.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.7
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: Red Hat subscription-manager QE Team
URL:
Whiteboard:
Depends On: 1663399 1682763
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-07-01 03:22 UTC by Lijun Li
Modified: 2021-03-01 14:53 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1663399
Environment:
Last Closed: 2021-03-01 14:53:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 Lijun Li 2019-07-01 03:25:43 UTC
This is also reproduced on latest rhel7.7 snapshot build.

[root@dhcp-128-40 ~]# for L in en_US de_DE es_ES fr_FR it_IT ja_JP ko_KR pt_BR ru_RU zh_CN zh_TW; do echo ""; echo "# LANG=$L.UTF-8 subscription-manager redeem --email=test"; LANG=$L.UTF-8 subscription-manager redeem --email=test; done;

# LANG=en_US.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: The system is unable to redeem the requested subscription: Not Specified

# LANG=de_DE.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: Das System kann die angeforderte Subskriptionsaktivierung Not Specified nicht verarbeiten

# LANG=es_ES.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: El sistema no puede redimir la suscripción solicitada: Not Specified

# LANG=fr_FR.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: Le système est incapable de réclamer labonnement demandé : {0}

# LANG=it_IT.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: Il sistema non è in grado di redimere la sottoscrizione richiesta Not Specified

# LANG=ja_JP.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: システムは要求されたサブスクリプション: Not Specified の償還をできません

# LANG=ko_KR.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: 시스템이 요청된 서브스크립션을 교환할 수 없습니다: Not Specified

# LANG=pt_BR.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: The system is unable to redeem the requested subscription: Not Specified

# LANG=ru_RU.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: Система не смогла получить подписку: Not Specified

# LANG=zh_CN.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: The system is unable to redeem the requested subscription: Not Specified

# LANG=zh_TW.UTF-8 subscription-manager redeem --email=test
HTTP error code 500: The system is unable to redeem the requested subscription: Not Specified

Comment 5 Rehana 2021-03-01 14:53:06 UTC
RHEL 7.7 release was expected to be 100% translation complete for only ja ( Ref : https://bugzilla.redhat.com/show_bug.cgi?id=1688221 ) . Hence closing this bug as wont fix. 

thanks,
Rehana


Note You need to log in before you can comment on or make changes to this bug.