Commit 6d5e13e2 by Ned Batchelder

Use the same marker everywhere for translator comments.

parent 27b8c83b
...@@ -45,7 +45,7 @@ def main(): ...@@ -45,7 +45,7 @@ def main():
remove_file(source_msgs_dir.joinpath(filename)) remove_file(source_msgs_dir.joinpath(filename))
# Extract strings from mako templates. # Extract strings from mako templates.
babel_mako_cmd = 'pybabel extract -F %s -c "TRANSLATORS:" . -o %s' % (BABEL_CONFIG, BABEL_OUT) babel_mako_cmd = 'pybabel extract -F %s -c "Translators:" . -o %s' % (BABEL_CONFIG, BABEL_OUT)
# Extract strings from django source files. # Extract strings from django source files.
make_django_cmd = ( make_django_cmd = (
......
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