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:
2
setup.py
2
setup.py
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user