mirror of https://github.com/zulip/zulip.git
translation: Add configuration for a `zulip-test` Transifex project.
Because the Transifex API is hilariously bad at namespacing, this will work for uploading to any project with its "slug" set to `zulip-test` that you have access to; for me, this is a fresh test project I created in my own personal Transifex organization. To use, just follow the command in `tools/push-translations`, but s/zulip/zulip-test/g.
This commit is contained in:
parent
b0b0777cd0
commit
76cc6d8352
12
.tx/config
12
.tx/config
|
@ -19,3 +19,15 @@ source_file = static/locale/en/mobile.json
|
|||
source_lang = en
|
||||
type = KEYVALUEJSON
|
||||
file_filter = static/locale/<lang>/mobile.json
|
||||
|
||||
[zulip-test.djangopo]
|
||||
source_file = static/locale/en/LC_MESSAGES/django.po
|
||||
source_lang = en
|
||||
type = PO
|
||||
file_filter = static/locale/<lang>/LC_MESSAGES/django.po
|
||||
|
||||
[zulip-test.translationsjson]
|
||||
source_file = static/locale/en/translations.json
|
||||
source_lang = en
|
||||
type = KEYVALUEJSON
|
||||
file_filter = static/locale/<lang>/translations.json
|
||||
|
|
Loading…
Reference in New Issue