Re: gedit taglist plugin moved to gedit-plugins



2010-11-06 22:13 keltezéssel, Paolo Borelli írta:
Hi,

	I just moved in git the "taglist" plugin from the gedit module to the
gedit-plugins module.

The taglist plugin comes with quite a bit of translatable strings, so
this is an heads-up so that translators know they just need to move the
translations instead of redoing them.

If someone knows a way to do this automatically, he is more than welcome
to do such a change.


Done:
http://l10n.gnome.org/module/gedit-plugins/

I hope I didn't messed up anything, but translators please check the files - at least, Hungarian looked alright :)

For the curious, this is what happened:

for i in `ls -1 ../../gedit/po/ | cut -d . -f1`; do echo $i; if [ -f $i.po ] ; then msgmerge -o $i.po ../../gedit/po/$i.po $i.po; else cp ../../gedit/po/$i.po $i.po; fi; intltool-update $i; msgattrib --no-obsolete $i.po -o $i.po; done

Also, I changed the extras set to track the master branch instead of gnome-2-32.

Regards
Gabor Kelemen


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