Merge pull request #6801 from edx/sarina/update-dummy-command

Update "paver i18n_dummy" to compile assets
This commit is contained in:
Sarina Canelake
2015-01-28 16:31:41 -05:00

View File

@@ -63,6 +63,9 @@ def i18n_dummy():
"""
cmd = "i18n_tool dummy"
sh(cmd)
# Need to then compile the new dummy strings
cmd = "i18n_tool generate"
sh(cmd)
@task