Question regarding 'placeholders' (Translations)
    Denis Peplin 
    den at FreeBSD.org
       
    Mon Sep 20 09:04:43 UTC 2004
    
    
  
Hello!
Remko Lodder wrote:
> 
> How does the Russian Project handle this?
> 
> <sect1>
>   <title>Translated title *</title>
> 
>   <para></para>
> </sect1>
Small correction (we use this form):
<sect1>
   <title>Non-translated title *</title>
   <para>Not translated yet.</para>
</sect1>
I prefer to use this for chapter/sect1,
and simply skip sect2,3... if it not needed
for xrefs.
    
    
More information about the freebsd-doc
mailing list