From b1eafde84c5fc82af6330e495a0c8bca3903f478 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 27 May 2019 13:41:56 -0700 Subject: [PATCH] transifex: Sort config arguments. The new version of the `tx push` tool seems to do this automatically. --- .tx/config | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.tx/config b/.tx/config index da0bb1ca7d..7854ad217e 100644 --- a/.tx/config +++ b/.tx/config @@ -3,31 +3,32 @@ host = https://www.transifex.com lang_map = zh-Hans: zh_Hans, zh-Hant: zh_Hant [zulip.djangopo] +file_filter = static/locale//LC_MESSAGES/django.po source_file = static/locale/en/LC_MESSAGES/django.po source_lang = en type = PO -file_filter = static/locale//LC_MESSAGES/django.po [zulip.translationsjson] +file_filter = static/locale//translations.json source_file = static/locale/en/translations.json source_lang = en type = KEYVALUEJSON -file_filter = static/locale//translations.json [zulip.mobile] +file_filter = static/locale//mobile.json source_file = static/locale/en/mobile.json source_lang = en type = KEYVALUEJSON -file_filter = static/locale//mobile.json [zulip-test.djangopo] +file_filter = static/locale//LC_MESSAGES/django.po source_file = static/locale/en/LC_MESSAGES/django.po source_lang = en type = PO -file_filter = static/locale//LC_MESSAGES/django.po [zulip-test.translationsjson] +file_filter = static/locale//translations.json source_file = static/locale/en/translations.json source_lang = en type = KEYVALUEJSON -file_filter = static/locale//translations.json +