~dholbach/help-app/1426011

« back to all changes in this revision

Viewing changes to edit-here/generate-pot

  • Committer: Daniel Holbach
  • Date: 2015-02-26 12:46:07 UTC
  • mfrom: (48.1.48 help.1425010)
  • Revision ID: daniel.holbach@canonical.com-20150226124607-d8r1pespk41a1wh3
mergedĀ lp:~dholbach/ubuntu-devices-help/1425010

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
def main():
12
12
    translations = Translations()
13
 
    if not translations.clean_documents():
14
 
        sys.exit(1)
15
13
    translations.generate_pot_file()
16
14
    if not translations.update_po_files():
17
15
        sys.exit(1)