Skip to content
Snippets Groups Projects
Commit aca60546 authored by Sarina Canelake's avatar Sarina Canelake
Browse files

Merge pull request #7599 from louyihua/i18n_fastgenerate

Add i18n_fastgenerate
parents a8bd6dc3 faafda08
No related merge requests found
......@@ -33,6 +33,15 @@ def i18n_extract(options):
sh(cmd)
@task
def i18n_fastgenerate():
"""
Compile localizable strings from sources without re-extracting strings first.
"""
cmd = "i18n_tool generate"
sh(cmd)
@task
@needs("pavelib.i18n.i18n_extract")
def i18n_generate():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment