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