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

[i18n] Offline js i18n

This commit is contained in:
zhengxie
2015-04-14 17:17:05 +08:00
committed by Daniel Pan
parent fe84a428c1
commit 3f66a3932b
7 changed files with 422 additions and 10 deletions

View File

@@ -15,6 +15,8 @@ def make(default=True):
_inplace_change('locale/en/LC_MESSAGES/django.po', '%%s', '%s')
_inplace_change('locale/en/LC_MESSAGES/django.po', '%%(', '%(')
local('django-admin.py makemessages -l en -d djangojs -i "thirdpart" -i "node_modules" -i "media" -i "static/scripts/dist" -i "static/scripts/lib" -i "tests" ')
@task
def push():
"""Push source file to Transifex.