1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00

fixed a bug in i18n.sh script

This commit is contained in:
lins05 2012-12-06 14:49:14 +08:00
parent 59ce34048b
commit ce02073c70

View File

@ -105,7 +105,6 @@ case $1 in
compile-all)
printf "\033[1;32m[i18n]\033[m >>>>> compile po of seahub <<<<<\n"
${django_admin} compilemessages
apps="avatar base contacts group notifications organizations profile share"
for app in ${apps}; do
printf "\033[1;32m[i18n]\033[m >>>>> compile po of ${app} <<<<<\n"
pushd ${app} 2>/dev/null 1>&2