[Bug 121330] Changed - All list type default values in schemas are stripped in intltool-merge

bugzilla-daemon@widget.gnome.org bugzilla-daemon@widget.gnome.org
Sun, 7 Dec 2003 06:22:54 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=121330

Changed by malcolm@commsecure.com.au.

--- shadow/121330	Tue Nov  4 15:43:01 2003
+++ shadow/121330.tmp.8201	Sun Dec  7 06:22:54 2003
@@ -9,13 +9,13 @@
 Priority: Normal
 Component: general
 AssignedTo: intltool-maint@bugzilla.gnome.org                            
 ReportedBy: deaddog@deaddog.org               
 TargetMilestone: ---
 URL: 
-Cc: carlos@gnome.org,pkg-gnome-maintainers@lists.alioth.debian.org,richard@imendio.com
+Cc: carlos@gnome.org,malcolm@commsecure.com.au,pkg-gnome-maintainers@lists.alioth.debian.org,richard@imendio.com
 Summary: All list type default values in schemas are stripped in intltool-merge
 
 For example, in gtali.schemas.in from gnome games:
 
       <type>list</type>
       <list_type>string</list_type>
@@ -69,6 +69,20 @@
 ------- Additional Comments From kenneth@gnu.org  2003-11-04 15:43 -------
 hmm, [comments] was used to add comments to strings like "[show as
 ]Image" in Nautilus. I guess we can disallow that for gconf files. I
 would happily accept a patch doing that if no better sollution is found.
 
 Kenneth 
+
+------- Additional Comments From malcolm@commsecure.com.au  2003-12-07 06:22 -------
+I was looking at this today. It is sufficient to just remove the line
+that Abel initially identified. A search through the CVS HEAD of the
+all modules in the GNOME release show that none of them are using the
+[comment] format, but a number are using the [item1, item2] format. So
+this should get fixed soon.
+
+Longer term (when #123914 is fixed), it is pretty easy to add in
+support for XML-style comments in schema files that make it into the
+PO file (I pretty much have that working, but I need #123914 resolved
+first to avoid clashes). Then we can add translation-aiding comments
+when necessary. But apparently we can survive without that feature at
+the moment.