1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

[fabfile] Update locale

This commit is contained in:
zhengxie
2017-09-12 13:44:29 +08:00
parent d3491fad0b
commit 74d5429bc5

View File

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