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):