mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
fixed a bug in i18n.sh script
This commit is contained in:
1
i18n.sh
1
i18n.sh
@@ -105,7 +105,6 @@ case $1 in
|
|||||||
compile-all)
|
compile-all)
|
||||||
printf "\033[1;32m[i18n]\033[m >>>>> compile po of seahub <<<<<\n"
|
printf "\033[1;32m[i18n]\033[m >>>>> compile po of seahub <<<<<\n"
|
||||||
${django_admin} compilemessages
|
${django_admin} compilemessages
|
||||||
apps="avatar base contacts group notifications organizations profile share"
|
|
||||||
for app in ${apps}; do
|
for app in ${apps}; do
|
||||||
printf "\033[1;32m[i18n]\033[m >>>>> compile po of ${app} <<<<<\n"
|
printf "\033[1;32m[i18n]\033[m >>>>> compile po of ${app} <<<<<\n"
|
||||||
pushd ${app} 2>/dev/null 1>&2
|
pushd ${app} 2>/dev/null 1>&2
|
||||||
|
Reference in New Issue
Block a user