Bug 1569464
Summary: | [subscription-manager] Tier 0 Localization | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Ludek Janda <ljanda> |
Component: | subscription-manager | Assignee: | candlepin-bugs |
Status: | CLOSED ERRATA | QA Contact: | Engineering Localization bugs mailing list <eng-l10n-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 7.6 | CC: | csnyder, eng-l10n-bugs, jsefler, khowell, salmy, smaitra |
Target Milestone: | rc | Keywords: | Translation, Triaged |
Target Release: | 7.6 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-10-30 10:36:03 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: | 1549951 |
Description
Ludek Janda
2018-04-19 10:16:32 UTC
*** Bug 1625425 has been marked as a duplicate of this bug. *** Moving to VERIFIED... [root@jsefler-rhel7 ~]# rpm -q subscription-manager subscription-manager-1.21.10-2.el7.x86_64 [root@jsefler-rhel7 ~]# [root@jsefler-rhel7 ~]# 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'... 1046 counting the translated msgid's in LANG file '/usr/share/locale/es/LC_MESSAGES/rhsm.mo'... 1046 counting the translated msgid's in LANG file '/usr/share/locale/fr/LC_MESSAGES/rhsm.mo'... 1051 counting the translated msgid's in LANG file '/usr/share/locale/it/LC_MESSAGES/rhsm.mo'... 1046 counting the translated msgid's in LANG file '/usr/share/locale/ja/LC_MESSAGES/rhsm.mo'... 1051 counting the translated msgid's in LANG file '/usr/share/locale/ko/LC_MESSAGES/rhsm.mo'... 1051 counting the translated msgid's in LANG file '/usr/share/locale/pt_BR/LC_MESSAGES/rhsm.mo'... 1046 counting the translated msgid's in LANG file '/usr/share/locale/ru/LC_MESSAGES/rhsm.mo'... 1046 counting the translated msgid's in LANG file '/usr/share/locale/zh_CN/LC_MESSAGES/rhsm.mo'... 1051 counting the translated msgid's in LANG file '/usr/share/locale/zh_TW/LC_MESSAGES/rhsm.mo'... 1046 [root@jsefler-rhel7 ~]# As planned for rhel-7.6 in comment 0, Japanese is 100% translated at 1051 messages. Four Langs [ja] [fr] [zh_CN] [ko] are actually 100% translated. The remaining untranslated langs will wait until rhel-7.7 for the next translation campaign. Bugs opened on untranslated strings will be deferred. 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. https://access.redhat.com/errata/RHBA-2018:3153 |