Say a little about what's happening when pulling from transifex

This commit is contained in:
Ned Batchelder
2014-01-03 17:52:40 -05:00
parent dd94af4bdb
commit c459633534

View File

@@ -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()