1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-15 05:33:38 +00:00
seahub/group/i18n.sh.template

8 lines
146 B
Plaintext
Raw Normal View History

2012-09-07 08:14:36 +00:00
#!/bin/sh
django-admin.py makemessages -l zh_CN -e py,html
2012-10-27 06:11:37 +00:00
2012-11-01 09:22:29 +00:00
# django-admin.py makemessages -d djangojs -l zh_CN
2012-10-27 06:11:37 +00:00
2012-09-07 08:14:36 +00:00
django-admin.py compilemessages