mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
[i18n] js translation for zh_CN
This commit is contained in:
@@ -15,7 +15,7 @@ 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" ')
|
||||
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" -i "tools" -i "tagging" -i "static/scripts/i18n" --verbosity 2')
|
||||
|
||||
@task
|
||||
def push():
|
||||
|
Reference in New Issue
Block a user