mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
Add Transifex config file and Transifex client dependency.
This makes it easy to download translations from Transifex.
This commit is contained in:
9
.tx/config
Normal file
9
.tx/config
Normal file
@@ -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
|
sockjs-tornado==1.0.1
|
||||||
sourcemap==0.1.8
|
sourcemap==0.1.8
|
||||||
tornado==2.4.1
|
tornado==2.4.1
|
||||||
|
transifex-client==0.11 # Needed to sync translations from transifex
|
||||||
typing==3.5.0.1
|
typing==3.5.0.1
|
||||||
python-twitter==1.1
|
python-twitter==1.1
|
||||||
ujson==1.33
|
ujson==1.33
|
||||||
uritemplate==0.6
|
uritemplate==0.6
|
||||||
|
urllib3==1.15.1 # Dependency of transifex-client
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
xmltodict==0.10.1 # Dependency of moto s3 mock
|
xmltodict==0.10.1 # Dependency of moto s3 mock
|
||||||
zope.interface==4.1.2
|
zope.interface==4.1.2
|
||||||
|
Reference in New Issue
Block a user