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:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user