[Xfce4-commits] CVS: xfce4/xfcalendar/po de.po, 1.16, 1.16.2.1 de.gmo, 1.13, 1.13.2.1

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Sun Mar 6 10:42:26 CET 2005


Moritz Heiber wrote:
> Update of /var/cvs/xfce/xfce4/xfcalendar/po
> In directory espresso.foo-projects.org:/tmp/cvs-serv22074
> 
> Modified Files:
>       Tag: xfce_4_2
> 	de.po de.gmo 
> Log Message:
> Updating german translations. We sort of need a global
> 'make update-po'.

With our new SVN repo: ;-)

for de_file in trunk/*/po/de.po branches/*/*/po/de.po; do
  po_dir = `dirname $de_file`;
  top_dir = `dirname $po_dir`;
  (cd $top_dir && sh autogen.sh) || exit 1;
  (cd $po_dir && gmake update-po) || exit 2;
  echo "$de_file update to date"
done


Benedikt



More information about the Xfce4-dev mailing list