Bugs item #304160, was opened at 2006-11-21 19:28
Status: Open
Priority: 3
Submitted By: Azamat H. Hackimov (winterheart-guest)
Assigned to: Nobody (None)
Summary: Creating/updating po-files in splitted mode
Resolution: None
Group: None
Category: None
Initial Comment:
When updating po-files in splitted mode po4a can create po-file with follow header:
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2006-11-21 19:25+0500\n"
"PO-Revision-Date: 2006-11-21 17:51+0500\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"#-#-#-#-# shb-firewalls.xml.po (PACKAGE VERSION) #-#-#-#-#\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2
&& n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"#-#-#-#-# shb-chroot.xml.po (PACKAGE VERSION) #-#-#-#-#\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2
&& n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
And when multiple update files, this header became very big because collisions
(#-#-#-#-#).
Included patch solve this bug.
----------------------------------------------------------------------
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410622&aid=304...