mirror of https://github.com/zulip/zulip.git
transifex: Sort config arguments.
The new version of the `tx push` tool seems to do this automatically.
This commit is contained in:
parent
0bf90be886
commit
b1eafde84c
11
.tx/config
11
.tx/config
|
@ -3,31 +3,32 @@ host = https://www.transifex.com
|
||||||
lang_map = zh-Hans: zh_Hans, zh-Hant: zh_Hant
|
lang_map = zh-Hans: zh_Hans, zh-Hant: zh_Hant
|
||||||
|
|
||||||
[zulip.djangopo]
|
[zulip.djangopo]
|
||||||
|
file_filter = static/locale/<lang>/LC_MESSAGES/django.po
|
||||||
source_file = static/locale/en/LC_MESSAGES/django.po
|
source_file = static/locale/en/LC_MESSAGES/django.po
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = PO
|
type = PO
|
||||||
file_filter = static/locale/<lang>/LC_MESSAGES/django.po
|
|
||||||
|
|
||||||
[zulip.translationsjson]
|
[zulip.translationsjson]
|
||||||
|
file_filter = static/locale/<lang>/translations.json
|
||||||
source_file = static/locale/en/translations.json
|
source_file = static/locale/en/translations.json
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = KEYVALUEJSON
|
type = KEYVALUEJSON
|
||||||
file_filter = static/locale/<lang>/translations.json
|
|
||||||
|
|
||||||
[zulip.mobile]
|
[zulip.mobile]
|
||||||
|
file_filter = static/locale/<lang>/mobile.json
|
||||||
source_file = static/locale/en/mobile.json
|
source_file = static/locale/en/mobile.json
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = KEYVALUEJSON
|
type = KEYVALUEJSON
|
||||||
file_filter = static/locale/<lang>/mobile.json
|
|
||||||
|
|
||||||
[zulip-test.djangopo]
|
[zulip-test.djangopo]
|
||||||
|
file_filter = static/locale/<lang>/LC_MESSAGES/django.po
|
||||||
source_file = static/locale/en/LC_MESSAGES/django.po
|
source_file = static/locale/en/LC_MESSAGES/django.po
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = PO
|
type = PO
|
||||||
file_filter = static/locale/<lang>/LC_MESSAGES/django.po
|
|
||||||
|
|
||||||
[zulip-test.translationsjson]
|
[zulip-test.translationsjson]
|
||||||
|
file_filter = static/locale/<lang>/translations.json
|
||||||
source_file = static/locale/en/translations.json
|
source_file = static/locale/en/translations.json
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = KEYVALUEJSON
|
type = KEYVALUEJSON
|
||||||
file_filter = static/locale/<lang>/translations.json
|
|
||||||
|
|
Loading…
Reference in New Issue