mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
In Transifex I renamed the resource for the mobile app's strings from a slug of `messages` to `mobile`, which seems more transparent. Update this config accordingly.
34 lines
879 B
Plaintext
34 lines
879 B
Plaintext
[main]
|
|
host = https://www.transifex.com
|
|
lang_map = zh-Hans: zh_Hans, zh-Hant: zh_Hant
|
|
|
|
[zulip.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.translationsjson]
|
|
source_file = static/locale/en/translations.json
|
|
source_lang = en
|
|
type = KEYVALUEJSON
|
|
file_filter = static/locale/<lang>/translations.json
|
|
|
|
[zulip.mobile]
|
|
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
|