Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 15:10:14 +0200 (CEST)
From:      Marc Fonvieille <marc@blackend.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/37627: Wrong implementation of <warning> tags in french docbook
Message-ID:  <200205011310.g41DAE9S067160@gothic.blackend.org>

next in thread | raw e-mail | index | archive | help

>Number:         37627
>Category:       docs
>Synopsis:       Wrong implementation of <warning> tags in french docbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 01 06:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Marc Fonvieille
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD gothic.blackend.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Apr 19 12:13:41 CEST 2002 marc@gothic.blackend.org:/usr/src/sys/compile/GOTHIC i386


	
>Description:
When we use 
<warning>
  <para>blah blah.</para>
</warning>

the html ouput is:
<p><b>Avertissement</b>blah blah.</p>

instead of:

<p><b>Avertissement:</b> blah blah.</p>

	
>How-To-Repeat:
Read any doc using <warning> tags, french translation of doc about Euro
symbol for example.
	
>Fix:

Apply this patch on fr_FR.ISO8859-1/share/sgml/freebsd.dsl
	

--- freebsd.dsl.diff begins here ---
--- freebsd.dsl.org	Mon Apr  8 13:44:37 2002
+++ freebsd.dsl	Sat Apr 13 17:43:03 2002
@@ -54,6 +54,12 @@
                 (literal ">.")))))
 
       ]]>
+	<!-- Fix a problem with the French localisation. The bug was
+	submitted to authors of docbook project -->
+	(define (local-fr-label-title-sep)
+        (list
+          (list (normalize "warning")           "\U-00A0;: ")
+	))
     </style-specification-body>
   </style-specification>
 
--- freebsd.dsl.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 >localization

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205011310.g41DAE9S067160>