X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e295f0db470467f3a3bf9ff46a4ed5e8f052229..6d80d9682f0487d7858d5a18221cbe68e41d38ad:/scripts/make-locale-pack diff --git a/scripts/make-locale-pack b/scripts/make-locale-pack index a5bb7d36a..fbc6eba2d 100755 --- a/scripts/make-locale-pack +++ b/scripts/make-locale-pack @@ -33,16 +33,20 @@ export_po() } +( cd $ROOT/wolnelektury echo "Generate po for WL" $MANAGE makemessages --all +) +( cd $ROOT/apps for i in *; do echo "Generate po for app $i" ( cd $i; $MANAGE makemessages --all; ) done +) export_po