From 74d5429bc50445fa2d0a57024d84e60fc934b9ee Mon Sep 17 00:00:00 2001 From: zhengxie Date: Tue, 12 Sep 2017 13:44:29 +0800 Subject: [PATCH] [fabfile] Update locale --- fabfile/locale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile/locale.py b/fabfile/locale.py index f8daa1ea78..7c577b3d8a 100644 --- a/fabfile/locale.py +++ b/fabfile/locale.py @@ -34,7 +34,7 @@ def pull(): def compile(): """Compile po files. """ - local('django-admin.py compilemessages') + local('django-admin.py compilemessages && cd seahub/two_factor && django-admin.py compilemessages') ########## utility functions def _inplace_change(filename, old_string, new_string):