From 42cae42380c53e4290672bed3e8b4773c8acfcea Mon Sep 17 00:00:00 2001 From: zhengxie Date: Tue, 14 Nov 2017 16:49:01 +0800 Subject: [PATCH] Update i18n.sh --- Makefile | 2 +- i18n.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6fc43dbc7e..d828ccd8ba 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/i18n.sh b/i18n.sh index 1bc2d708e1..7bd46f70c1 100755 --- a/i18n.sh +++ b/i18n.sh @@ -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;