diff --git a/.tx/config b/.tx/config index 4303c4c466..63d44f3205 100644 --- a/.tx/config +++ b/.tx/config @@ -19,3 +19,15 @@ source_file = static/locale/en/mobile.json source_lang = en type = KEYVALUEJSON file_filter = static/locale//mobile.json + +[zulip-test.djangopo] +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] +source_file = static/locale/en/translations.json +source_lang = en +type = KEYVALUEJSON +file_filter = static/locale//translations.json