mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Delete trailing newlines from all files, except tools/ci/success-http-headers.txt and tools/setup/dev-motd, where they are significant, and static/third, where we want to stay close to upstream. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
34 lines
809 B
Plaintext
34 lines
809 B
Plaintext
[main]
|
|
host = https://www.transifex.com
|
|
lang_map = zh-Hans: zh_Hans, zh-Hant: zh_Hant
|
|
|
|
[zulip.djangopo]
|
|
file_filter = locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[zulip.translationsjson]
|
|
file_filter = locale/<lang>/translations.json
|
|
source_file = locale/en/translations.json
|
|
source_lang = en
|
|
type = KEYVALUEJSON
|
|
|
|
[zulip.mobile]
|
|
file_filter = locale/<lang>/mobile.json
|
|
source_file = locale/en/mobile.json
|
|
source_lang = en
|
|
type = KEYVALUEJSON
|
|
|
|
[zulip-test.djangopo]
|
|
file_filter = locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = locale/en/LC_MESSAGES/django.po
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[zulip-test.translationsjson]
|
|
file_filter = locale/<lang>/translations.json
|
|
source_file = locale/en/translations.json
|
|
source_lang = en
|
|
type = KEYVALUEJSON
|