fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix api
[wolnelektury.git]
/
scripts
/
make-locale-pack
diff --git
a/scripts/make-locale-pack
b/scripts/make-locale-pack
index
a5bb7d3
..
fbc6eba
100755
(executable)
--- 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