From c459633534627200e5149cb7ff99004381d30699 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 3 Jan 2014 17:52:40 -0500 Subject: [PATCH] Say a little about what's happening when pulling from transifex --- i18n/transifex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/i18n/transifex.py b/i18n/transifex.py index d8fdd2c4bf..8653c901f9 100755 --- a/i18n/transifex.py +++ b/i18n/transifex.py @@ -15,6 +15,7 @@ def push(): def pull(): for locale in CONFIGURATION.locales: if locale != CONFIGURATION.source_locale: + print "Pulling %s from transifex..." % locale execute('tx pull -l %s' % locale) clean_translated_locales()