~d6g/cgmail/indicator-applet

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Francesco Marella
  • Date: 2009-09-08 16:44:17 UTC
  • Revision ID: francesco.marella@gmail.com-20090908164417-hcxbh2e5uiesalxl
* wscript: 
  - check each lang_file
  - don't generate pot file
* po/cgmail.pot: removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
                if not os.path.exists(lang_file):
128
128
                        print "Creating %s" % lang_file
129
129
                        os.popen("xgettext -D .. -f POTFILES.in --output=%s -F" % lang_file)
130
 
                print "Processing", lang
131
 
                os.popen("intltool-update %s" % lang)
132
 
        os.popen("intltool-update --pot")
 
130
                        os.popen("intltool-update %s" % lang)
 
131
                else:
 
132
                        print "Processing", lang
 
133
                        os.popen("intltool-update %s" % lang)
 
134
                        os.popen("msgfmt --check %s" % lang_file)
133
135
 
134
136
def shutdown():
135
137
        pass