Thank you...
So no way...
When you say "for maven 1..." does it means some new things in maven 2 ?
I've just started and understood quickly that if I need to generate a
site, maven 2 is not ready.
Any idea when this (with i18n) will be ready ?
Where can I get information about that ?
Antoine


-----Message d'origine-----
De : Vincent Siveton [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 21 juin 2005 15:31
À : Maven Users List
Objet : Re: i18n : how to put html tag in translation piece of texte ?


Hi Antoine,

With maven1, the translation is based on Jelly tags. So using HTML
content in bundle provides HTML result (ie <b> will be transform to
&lt;b&gt;)
Thus, your solution sounds the pretty way.

Cheers,

Vincent

2005/6/21, ahgt sur laposte.net <[EMAIL PROTECTED]>:
> Hi,
> Just starting with maven. Looks great.
> I've build up a maven project with site generation, with two 
> languages. Using "key=blabla", to get the translation text from 
> properties file xdocs_fr.properties, is ok,... But is there a way to 
> put html tags in it ?
> 
> I understand that it is not really nice to mix content and format, 
> but, for a sentence like :
> 
> First, download the <b>User Guide</b> from <a href="...">the download 
> page</a>
> 
> It is a lot of work to set 4 keys, one for each mini piece of text.
> 
> Any other way to do this ?
> 
> I thought may be the translation texts could be in XML file, allowing 
> some XHTML piece of texte.... This would allow this convenient way, 
> letting to the user the responsibility of mixing text and 
> presentation, no ?
> 
> Thank you for help,
> Antoine
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to