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:
parent
59ce34048b
commit
ce02073c70
1
i18n.sh
1
i18n.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user