Jean-Christophe Helary ha scritto:
> Ale,
> 
> No need for a script.
> 
> Take the text editor you usually use and open your text file.
> 1) I assume that you understand regular expressions a little bit
> 2) and that the character between "fraction" and "frazione" in your text
> file is a tabulation
> 
> You'd have to search for:
> 
> ^([^\t+])\t([^\t+])$
> 
> and to replace by
> 
> msgid "\1"\rmsgstr "\2"\r\r
> 
> The regexp may be slightly incorrect and will certainly depend on the
> text editor you use but give the above thing a try and fine tune until
> you get the proper results.


Unfortunately I know nothing about regexp and the one you provided above
does not work neither with Kwrite nor with grep from the command line.

Let's see if the csv2po tool can help.

Thanks,
Ale.


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

Reply via email to