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.
This commit is contained in:
Laurent Monin
2014-01-13 02:07:31 +01:00
parent 2e275ca16b
commit 2b5391e770

View File

@@ -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"),
]