Re: String additions to 'gtk+-properties.HEAD'



tor, 13.09.2007 kl. 18.45 +0300, skrev Baris Cicek:
> Can't you update all the translations' msgid so they won't become fuzzy?
> A basic sed script might do it. Since it's typo, translations won't need
> any update apart from, msgid string. 
> 
> Here's a simple script to do it:
> for i in *po; do 
>  sed 's/How long to show the last inputted character in hidden
> entries/How long to show the last input character in hidden entries/g'
> $i > $i_new && mv $i_new $i
> done
> 
Couldn't get this script to work. It said something about ambigous
redirect or something. Did the thing in regexxer instead and commited.

All translations should be fixed now.

Cheers
Kjartan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]