~freshapplepy/caffeine/fullscreen

48 by Isaiah Heyer
Added script to update all i18n related stuff.
1
#!/usr/bin/env python
2
3
import commands
4
version = open("VERSION").read()
5
version = version.strip()
6
print version
7
8
print commands.getoutput("python ./generate_pot.py . caffeine "+version+
9
        " translations/caffeine.pot")
10
11
print commands.getoutput("python ./compile_translations.py caffeine translations")