Say a little about what's happening when pulling from transifex
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user