From 2b5391e770ae346b078b7d091a9c9bdf8a0bfdc8 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Mon, 13 Jan 2014 02:07:31 +0100 Subject: [PATCH] update_countries doesn't update related translations anymore It just downloads countries.pot as it is all what it is needed to rebuild countries.py countries/*.po are updated using the get_po_files command. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2f1f91f1..8803fa5b2 100755 --- a/setup.py +++ b/setup.py @@ -367,7 +367,7 @@ except ImportError: class picard_update_countries(Command): - description = "Regenerate countries.py and update related translations" + description = "Regenerate countries.py" user_options = [ ('skip-pull', None, "skip the tx pull steps"), ]