diff -r 89da289790ea -r 2956fca1709a bin/locales --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/locales Fri Aug 14 23:50:20 2009 +0200 @@ -0,0 +1,7 @@ +#!/bin/bash + +BASDIR=`dirname $0` +LOCDIR=${BASDIR}/../ztfy/utils/locales + +${BASDIR}/i18nextract.py +msgmerge ${LOCDIR}/fr/LC_MESSAGES/ztfy.utils.po ${LOCDIR}/ztfy.utils.pot -o ${LOCDIR}/fr/LC_MESSAGES/ztfy.utils.po