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

Update i18n.sh

This commit is contained in:
zhengxie 2017-11-14 16:49:01 +08:00
parent b50144761b
commit 42cae42380
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ dist: locale uglify statici18n collectstatic
locale:
@echo "--> Compile locales"
django-admin.py compilemessages && cd seahub/two_factor && django-admin.py compilemessages
django-admin.py compilemessages
@echo ""
uglify:

View File

@ -12,7 +12,7 @@ function usage () {
echo
}
apps="seahub/two_factor seahub/trusted_ip"
apps="seahub/trusted_ip"
function is_valid_app() {
if [[ $1 == "seahub" ]]; then
return 0;