Bug 908434 - [it] pofilter newlines test failed on msgid="Error subscribing: %s"
Summary: [it] pofilter newlines test failed on msgid="Error subscribing: %s"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: subscription-manager
Version: 5.10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: IDM QE LIST
URL:
Whiteboard:
Depends On:
Blocks: rhsm-rhel510
TreeView+ depends on / blocked
 
Reported: 2013-02-06 17:10 UTC by John Sefler
Modified: 2013-10-01 13:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-01 13:50:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Sefler 2013-02-06 17:10:01 UTC
Description of problem:

# (pofilter) newlines: Different line endings
msgid "Error subscribing: %s"
msgstr ""
"Errore di sottoscrizione: %s\n"
"\n"
"\t"
^^^^ TOO MUCH WHITE SPACE AT THE END OF THIS it TRANSLATION

EXPECTED THE FOLLOWING TRANSLATION:
msgstr "Errore di sottoscrizione: %s"



Version-Release number of selected component (if applicable):
[root@jsefler-7 ~]# rpm -q subscription-manager
subscription-manager-1.8.1-1.git.9.f23e0b0.el7.x86_64
https://translate.zanata.org/zanata/iteration/view/subscription-manager/1.8.X

Comment 1 Adrian Likins 2013-03-25 21:35:25 UTC
commit 008c5cb336b141f300d647d6c71750b2cd15e066
Author: Adrian Likins <alikins>
Date:   Mon Mar 25 15:03:16 2013 -0400

    921126: latest string updates from zanata
    
    921126,911779,911776,911772,911764,911762,911759,
    911757,908886,908879,908869,908866,908521,908511,
    908488,908434,908108,908059,908037,906967,906552,
    842784

Comment 2 John Sefler 2013-04-11 21:17:58 UTC
[root@jsefler-5 tmp]# rpm -q subscription-manager
subscription-manager-1.8.5-1.el5

[root@jsefler-5 tmp]# msgunfmt /usr/share/locale/it/LC_MESSAGES/rhsm.mo | grep -A4 "Error subscribing:"
msgid "Error subscribing: %s"
msgstr ""
"Errore di sottoscrizione: %s\n"
"\n"
"\t"

Moving back to ASSIGNED: Not yet fixed

Comment 3 Bryan Kearney 2013-04-19 17:35:13 UTC
[bkearney@bkearney subscription-manager]$ pofilter --gnome  newlines -i po/it.po 
processing 1 files...
[###########################################] 100%



fixed in 1.8.6

Comment 4 John Sefler 2013-04-24 01:17:36 UTC
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/it/LC_MESSAGES/rhsm.mo | grep "Error subscribing:" -A2
msgid "Error subscribing: %s"
msgstr "Errore di sottoscrizione: %s"


Moving to VERIFIED


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