1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 20:01:10 +00:00

[fab] Update locale

This commit is contained in:
zhengxie
2017-12-09 15:15:41 +08:00
parent acc4a3a451
commit cec5c9bacf

View File

@@ -34,7 +34,7 @@ def pull():
def compile(): def compile():
"""Compile po files. """Compile po files.
""" """
local('django-admin.py compilemessages && pushd seahub/two_factor && django-admin.py compilemessages && popd && pushd seahub/trusted_ip && django-admin.py compilemessages') local('django-admin.py compilemessages && pushd seahub/trusted_ip && django-admin.py compilemessages')
########## utility functions ########## utility functions
def _inplace_change(filename, old_string, new_string): def _inplace_change(filename, old_string, new_string):