Skip to content
Snippets Groups Projects
Commit 79e137c8 authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Fix pathological po growth

parent ead1e232
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ def main():
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
create_dir_if_necessary(LOCALE_DIR)
source_msgs_dir = CONFIGURATION.source_messages_dir
remove_file(source_msgs_dir.joinpath('django.po'))
makemessages = "django-admin.py makemessages -l en"
ignores = " ".join('--ignore="{}/*"'.format(d) for d in CONFIGURATION.ignore_dirs)
......
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