Commit 88fdf5f6 by Sarina Canelake

Update "paver i18n_dummy" to compile assets

parent dce62ed6
......@@ -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