Bug 1061407
Summary: | avoid unwanted translations by using string substitution for words like "subscription-manager". | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | John Sefler <jsefler> |
Component: | subscription-manager | Assignee: | William Poteat <wpoteat> |
Status: | CLOSED WONTFIX | QA Contact: | John Sefler <jsefler> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 6.6 | CC: | bcourt, bkearney, dgoodwin, wpoteat |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-12-16 13:47:12 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: | 1118020 | ||
Bug Blocks: | 1209535 |
Description
John Sefler
2014-02-04 19:13:07 UTC
commit 758ffc360554893fbe588d4bc684472881f47a3e Author: ckozak <ckozak> Date: Tue Feb 18 09:14:23 2014 -0500 1061407: don't allow some translations Verification of this bug depends on resolution to bug 1118020. Testing version.... [root@jsefler-6 ~]# rpm -q subscription-manager subscription-manager-1.12.13-1.git.3.58ef205.el6.x86_64 [root@jsefler-6 ~]# msgunfmt --no-wrap /usr/share/locale/ta_IN/LC_MESSAGES/rhsm.mo | grep -A1 -i "subscription-manager" msgid "This system is not yet registered. Try 'subscription-manager register --help' for more information." msgstr "இந்த கணினி இன்னும் பதிவு செய்யப்படவில்லை. மேலும் தகவலுக்கு 'subscription-manager register --help'-ஐ பார்க்கவும்." -- msgid "View and configure subscription-manager plugins" msgstr "சந்தா-நிர்வாகி செருகுநிரல்களைக் கண்டு அமைவாக்கம் செய்யவும்" -- msgid "subscription-manager is disabled when running inside a container. Please refer to your host system for subscription management.\n" msgstr "ஒரு கன்டெய்னருக்குள் இயங்கும் போது சந்தா நிர்வாகி முடக்கப்படும். சந்தா நிர்வாகத்திற்கு உங்கள் வழங்கி கணினியைப் பார்க்கவும்.\n" [root@jsefler-6 ~]# FAILED: All three msgid strings above fail to use string substitution to prevent unwanted translations of "subscription-manager". Moving bugs to 6.7 Moving bugs to 6.7 Moving bugs to 6.7 Moving bugs to 6.7 Will leave the strings as is. We will continue to rely on the translators to not translate command line words. |