Forums / Setup & design / translation.ts : should I modify this file or not ?

translation.ts : should I modify this file or not ?

Author Message

laurent le cadet

Friday 25 June 2004 7:57:07 am

Hi,

So many questions ;)

I'm trying to add more translation to the translation.ts but eZp doesn't seems to like this.

example :

    <message>
        <source>Content required</source>
        <translation type="unfinished">Vous devez renseigner le champ.</translation>
    </message>

I also tryied this

    <message>
        <source>Content required</source>
        <translation>Vous devez renseigner le champ.</translation>
    </message>

I clean the caches but I have an abrupt end.

Maybe this file is to heavy for ths 30 sec. ?
Or is there additional trick to perform the operation ?

Thanks.

Laurent.