1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-12 14:38:58 +00:00
seahub/makemessages.sh.template

24 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-06-04 09:39:25 +00:00
#!/bin/sh
2013-06-05 06:05:17 +00:00
django-admin.py makemessages -l de -e py,html -i "thirdpart*"
2013-12-26 03:08:05 +00:00
django-admin.py makemessages -l en -e py,html -i "thirdpart*"
2013-06-05 06:05:17 +00:00
django-admin.py makemessages -l es -e py,html -i "thirdpart*"
2013-12-26 03:08:05 +00:00
django-admin.py makemessages -l es_MX -e py,html -i "thirdpart*"
2013-06-05 06:05:17 +00:00
django-admin.py makemessages -l fr -e py,html -i "thirdpart*"
2013-12-26 03:08:05 +00:00
django-admin.py makemessages -l he -e py,html -i "thirdpart*"
2013-06-05 06:05:17 +00:00
django-admin.py makemessages -l hu -e py,html -i "thirdpart*"
2013-12-26 03:08:05 +00:00
django-admin.py makemessages -l it -e py,html -i "thirdpart*"
django-admin.py makemessages -l lv_LV -e py,html -i "thirdpart*"
django-admin.py makemessages -l nl_NL -e py,html -i "thirdpart*"
django-admin.py makemessages -l pt_BR -e py,html -i "thirdpart*"
django-admin.py makemessages -l ru -e py,html -i "thirdpart*"
django-admin.py makemessages -l sk_SK -e py,html -i "thirdpart*"
django-admin.py makemessages -l uk -e py,html -i "thirdpart*"
django-admin.py makemessages -l zh_CN -e py,html -i "thirdpart*"
django-admin.py makemessages -l zh_TW -e py,html -i "thirdpart*"