From 6d5e13e24548d3ab29b8f350b7ceabe006c0ac2f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 23 Dec 2013 15:27:02 -0500 Subject: [PATCH] Use the same marker everywhere for translator comments. --- i18n/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/extract.py b/i18n/extract.py index 2bb1baf60d..694f1740e4 100755 --- a/i18n/extract.py +++ b/i18n/extract.py @@ -45,7 +45,7 @@ def main(): remove_file(source_msgs_dir.joinpath(filename)) # 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. make_django_cmd = (