From d1a64dde08aabd483fde3b0bd6d78b25ec8cf2bd Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 17 Jun 2018 17:32:25 -0700 Subject: [PATCH] tx config: Update slug for mobile. 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. --- .tx/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tx/config b/.tx/config index 63d44f3205..da0bb1ca7d 100644 --- a/.tx/config +++ b/.tx/config @@ -14,7 +14,7 @@ source_lang = en type = KEYVALUEJSON file_filter = static/locale//translations.json -[zulip.messages] +[zulip.mobile] source_file = static/locale/en/mobile.json source_lang = en type = KEYVALUEJSON