Commit 0f0b2cbd by Sarina Canelake

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

Update "paver i18n_dummy" to compile assets
parents 739322d4 88fdf5f6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment