~freshapplepy/rssn/main

« back to all changes in this revision

Viewing changes to update_translations.py

  • Committer: Isaiah Heyer
  • Date: 2009-10-09 17:53:49 UTC
  • Revision ID: freshapplepy@gmail.com-20091009175349-cwkwsi7cq89obh34
Fixed feed adding bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
version = version.strip()
6
6
print version
7
7
 
8
 
print commands.getoutput("python ./generate_pot.py . rss-notify "+version+
9
 
        " translations/rss-notify.pot")
 
8
print commands.getoutput("python ./generate_pot.py . caffeine "+version+
 
9
        " translations/caffeine.pot")
10
10
 
11
 
print commands.getoutput("python ./compile_translations.py rss-notify translations")
 
11
print commands.getoutput("python ./compile_translations.py caffeine translations")