1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 04:20:22 +01:00

Sort output for easier diffing

This commit is contained in:
David Paleino
2011-10-18 23:51:52 +02:00
parent cc45f5a823
commit 31ce86e6ef
58 changed files with 35821 additions and 42837 deletions

View File

@@ -424,7 +424,7 @@ class update_message_catalog(Command):
pass
def run(self):
os.system('pybabel extract . -o po/wicd.pot')
os.system('pybabel extract . -o po/wicd.pot --sort-output')
os.system('xgettext -L glade data/wicd.ui -j -o po/wicd.pot')
class update_translations(Command):