Bug 121435 - Fatal errors in sv.po of system-config-mouse
Summary: Fatal errors in sv.po of system-config-mouse
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-mouse
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brent Fox
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-04-21 15:32 UTC by Christian Rose
Modified: 2007-11-30 22:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-04-21 15:49:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Christian Rose 2004-04-21 15:32:39 UTC
Göran Uddeborg recently pointed out to me that the sv.po of
system-config-mouse / redhat-config-mouse contained fatal errors; to
be precise duplicated messages. Such fatal errors will result in the
.mo file not being generated at build time and hence ruin the entire
translation for the affected language.

Upon closer inspection, it looks like this commit was the one causing
the problem:

        $Id: sv.po,v 1.23 2004/03/22 20:41:13 bfox Exp $

From the looks of the diff for this commit, it seems like someone
automatically searched-and-replaced the name "redhat-config-mouse"
with "system-config-mouse" throughout the entire po file.

As there were already two sets of messages stored in the po file, i.e.

#~ msgid "Run 'redhat-config-mouse --help' to see a list of mice"
#~ msgstr "Kör \"redhat-config-mouse --help\" för att se en lista med 

#~ msgid "Run 'system-config-mouse --help' to see a list of mice"
#~ msgstr "Kör \"system-config-mouse --help\" för att se en lista med
möss"

only differing in the application name, the blind search-and-replace
(without subsequent error checking) did create two sets of identical
messages and hence fatal errors.

I tried to resolve the issue myself now in CVS, but translators seem
to be unable to commit to CVS right now (see
http://www.redhat.com/archives/fedora-trans-list/2004-April/msg00100.html).

Comment 1 Brent Fox 2004-04-21 15:49:37 UTC
Fixed in system-config-mouse 1.2.6-2.  Thanks for your report.


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