1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +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(): def compile():
"""Compile po files. """Compile po files.
""" """
local('django-admin.py compilemessages') local('django-admin.py compilemessages && cd seahub/two_factor && django-admin.py compilemessages')
########## utility functions ########## utility functions
def _inplace_change(filename, old_string, new_string): def _inplace_change(filename, old_string, new_string):