Re: String additions to 'gtk+-properties.HEAD'
- From: Kjartan Maraas <kmaraas broadpark no>
- To: Baris Cicek <baris teamforce name tr>
- Cc: Gnome i18n List <gnome-i18n gnome org>, Johannes Schmid <johannes schmid gmx de>
- Subject: Re: String additions to 'gtk+-properties.HEAD'
- Date: Thu, 13 Sep 2007 20:20:33 +0200
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]