mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
Support wiki page create/rename operations (#2295)
This commit is contained in:
committed by
Daniel Pan
parent
e4a255206f
commit
00388d3cda
@@ -37,6 +37,11 @@ def make(default=True, lang='en'):
|
||||
|
||||
local('django-admin.py makemessages -l %s -d djangojs -i "thirdpart" -i "node_modules" -i "media" -i "static/scripts/dist" -i "static/scripts/lib" -i "tests" -i "tools" -i "tagging" -i "static/scripts/i18n" --verbosity 2' % lang)
|
||||
|
||||
@task
|
||||
def makejs(default=True, lang='en'):
|
||||
|
||||
local('django-admin.py makemessages -l %s -d djangojs -i "thirdpart" -i "node_modules" -i "media" -i "static/scripts/dist" -i "static/scripts/lib" -i "tests" -i "tools" -i "tagging" -i "static/scripts/i18n" -i "frontend/build" -i "frontend/config" -i "frontend/scripts" --verbosity 2' % lang)
|
||||
|
||||
@task
|
||||
def push():
|
||||
"""Push source file to Transifex.
|
||||
|
Reference in New Issue
Block a user