mirror of https://github.com/zulip/zulip.git
Add Transifex config file and Transifex client dependency.
This makes it easy to download translations from Transifex.
This commit is contained in:
parent
5efb38f093
commit
c1c1be1d36
|
@ -0,0 +1,9 @@
|
|||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[zulip.django.po]
|
||||
source_file = locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
file_filter = locale/<lang>/LC_MESSAGES/django.po
|
||||
|
|
@ -68,10 +68,12 @@ smmap==0.9.0
|
|||
sockjs-tornado==1.0.1
|
||||
sourcemap==0.1.8
|
||||
tornado==2.4.1
|
||||
transifex-client==0.11 # Needed to sync translations from transifex
|
||||
typing==3.5.0.1
|
||||
python-twitter==1.1
|
||||
ujson==1.33
|
||||
uritemplate==0.6
|
||||
urllib3==1.15.1 # Dependency of transifex-client
|
||||
wsgiref==0.1.2
|
||||
xmltodict==0.10.1 # Dependency of moto s3 mock
|
||||
zope.interface==4.1.2
|
||||
|
|
Loading…
Reference in New Issue