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 1820534 - [candlepin, subscription-manager, syspurpose] RHEL 8.3 Tier 0 Localization
Summary: [candlepin, subscription-manager, syspurpose] RHEL 8.3 Tier 0 Localization
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: subscription-manager
Version: 8.3
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.3
Assignee: Chris Snyder
QA Contact: QE Internationalization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-03 10:11 UTC by Ludek Janda
Modified: 2020-11-04 01:39 UTC (History)
6 users (show)

Fixed In Version: subscription-manager-1.27.15-1.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 01:39:09 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:4460 0 None None None 2020-11-04 01:39:30 UTC

Comment 10 John Sefler 2020-08-21 19:31:19 UTC
Verification...
As indicated in the comments above, 100% translation was completed for 4 (out of 10 langs) (zh_CN,fr,ja,ko) leaving 6 langs partially translated (zh_TW,de,it,pt_BR,ru,es).
This can be observed in the fedora zanata projects at...
https://fedora.zanata.org/iteration/view/subscription-manager/RHEL-8.3
https://fedora.zanata.org/iteration/view/syspurpose/RHEL-8.3

Note: I am ignoring the candlepin translation efforts since candlepin is not a RHEL component.

Below I will confirm that the translations have been pulled into the latest build of subscription-manager and syspurpose targeted for inclusion in the RHEL-8.3 release.

[root@kvm-06-guest05 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.3 Beta (Ootpa)


[root@kvm-06-guest05 ~]# rpm -q subscription-manager
subscription-manager-1.27.15-1.el8.x86_64
[root@kvm-06-guest05 ~]# rpm -q subscription-manager --changelog | grep 1820534
- 1820534: Update translations (csnyder)
[root@kvm-06-guest05 ~]# 
[root@kvm-06-guest05 ~]# for L in `rpm -ql subscription-manager | grep rhsm.mo | egrep "de|es|fr|it|ja|ko|pt_BR|ru|zh_CN|zh_TW"`; do echo ""; echo "counting the translated msgid's in LANG file '$L'..."; msgunfmt --no-wrap $L | egrep ^msgid | wc -l; done;

counting the translated msgid's in LANG file '/usr/share/locale/de/LC_MESSAGES/rhsm.mo'...
1015

counting the translated msgid's in LANG file '/usr/share/locale/es/LC_MESSAGES/rhsm.mo'...
1015

counting the translated msgid's in LANG file '/usr/share/locale/fr/LC_MESSAGES/rhsm.mo'...
1139

counting the translated msgid's in LANG file '/usr/share/locale/it/LC_MESSAGES/rhsm.mo'...
1015

counting the translated msgid's in LANG file '/usr/share/locale/ja/LC_MESSAGES/rhsm.mo'...
1139

counting the translated msgid's in LANG file '/usr/share/locale/ko/LC_MESSAGES/rhsm.mo'...
1139

counting the translated msgid's in LANG file '/usr/share/locale/pt_BR/LC_MESSAGES/rhsm.mo'...
1015

counting the translated msgid's in LANG file '/usr/share/locale/ru/LC_MESSAGES/rhsm.mo'...
1015

counting the translated msgid's in LANG file '/usr/share/locale/zh_CN/LC_MESSAGES/rhsm.mo'...
1139

counting the translated msgid's in LANG file '/usr/share/locale/zh_TW/LC_MESSAGES/rhsm.mo'...
1015
[root@kvm-06-guest05 ~]# 

PARTIALLY VERIFIED: As planned for subscription-manager in rhel-8.3 described in comment 3, LANG [ja] is 100% translated at 1139 messages.  Additional LANGS [fr] [zh_CN] [ko] are also 100% translated.  The remaining six langs are incomplete at 1015 messages.


[root@kvm-06-guest05 ~]# rpm -q python3-syspurpose
python3-syspurpose-1.27.15-1.el8.x86_64
[root@kvm-06-guest05 ~]# rpm -q python3-syspurpose --changelog | grep 1820534
- 1820534: Update translations (csnyder)
[root@kvm-06-guest05 ~]# 
[root@kvm-06-guest05 ~]# for L in `rpm -ql python3-syspurpose | grep syspurpose.mo | egrep "de|es|fr|it|ja|ko|pt_BR|ru|zh_CN|zh_TW"`; do echo ""; echo "counting the translated msgid's in LANG file '$L'..."; msgunfmt --no-wrap $L | egrep ^msgid | wc -l; done;

counting the translated msgid's in LANG file '/usr/share/locale/de/LC_MESSAGES/syspurpose.mo'...
19

counting the translated msgid's in LANG file '/usr/share/locale/es/LC_MESSAGES/syspurpose.mo'...
19

counting the translated msgid's in LANG file '/usr/share/locale/fr/LC_MESSAGES/syspurpose.mo'...
36

counting the translated msgid's in LANG file '/usr/share/locale/it/LC_MESSAGES/syspurpose.mo'...
19

counting the translated msgid's in LANG file '/usr/share/locale/ja/LC_MESSAGES/syspurpose.mo'...
36

counting the translated msgid's in LANG file '/usr/share/locale/ko/LC_MESSAGES/syspurpose.mo'...
36

counting the translated msgid's in LANG file '/usr/share/locale/pt_BR/LC_MESSAGES/syspurpose.mo'...
19

counting the translated msgid's in LANG file '/usr/share/locale/ru/LC_MESSAGES/syspurpose.mo'...
19

counting the translated msgid's in LANG file '/usr/share/locale/zh_CN/LC_MESSAGES/syspurpose.mo'...
36

counting the translated msgid's in LANG file '/usr/share/locale/zh_TW/LC_MESSAGES/syspurpose.mo'...
19
[root@kvm-06-guest05 ~]# 

PARTIALLY VERIFIED: As planned for syspurpose in rhel-8.3 described in comment 3, LANG [ja] is 100% translated at 36 messages.  Additional LANGS [fr] [zh_CN] [ko] are also 100% translated.  The remaining six langs are incomplete at 19 messages.



Note: There is no verification for the quality/accuracy of the translations in this bug... only that the required translations have been pulled into a build of subscription-manager and python3-syspurpose targeted for rhel-8.3.


Note: Related new bug 1812140 was opened for strings that have not yet been extracted for translation - to be fixed in a future release.

Comment 13 errata-xmlrpc 2020-11-04 01:39:09 UTC
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 (subscription-manager bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:4460


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