[opensuse-translation-es] [opensuse-translation] Fixed whitespace issue in update-desktop-files-yast.*.po (fwd)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Esto puede que afecte a los que llevan esos ficheros. - -- Cheers, Carlos E. R. - ---------- Forwarded message ---------- Date: Wed, 21 Oct 2009 14:27:13 +0200 From: Karl Eichwalder <> Because of a whitespace issue (bnc#538245) I've had to touch almost every update-desktop-files-yast.*.po file. I called: for l in ?? ??_??; do msgcat --no-wrap -w 1000 $l/po/update-desktop-files-yast.$l.po \ | awk 'BEGIN{found=0} /^msgid.* "$/ && found=1 {print;next} found == 1 && sub(/ *"$/, " \"", $0) {print; found=0;next} {print} '\ | sed 's/" "/""/' \ | msgcat - -o tmp.$l mv tmp.$l $l/po/update-desktop-files-yast.$l.po done to add a trailing space. Yes, I'm a perl ignorant... - -- Karl Eichwalder R&D / Documentation SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkrfbCAACgkQtTMYHG2NR9UqPgCfZgI67mAU5Qgz73LocydbrPHb upwAn2OFYNEdEoe61B/f5MqBN8PHhC/v =PwIA -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-translation-es+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-translation-es+help@opensuse.org
participants (1)
-
Carlos E. R.