~ubuntu-tour/+junk/new-lang-system

« back to all changes in this revision

Viewing changes to gettext test/test.py

  • Committer: Anthony Stewart
  • Date: 2011-04-13 21:04:26 UTC
  • Revision ID: madnessred@gmail.com-20110413210426-x336oab2lh2h2b35
starting with new tour.py system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
2
 
 
3
 
#Imports
4
 
from translate import *
5
 
 
6
 
f = open('1_firefox-overview')
7
 
string = f.read()
8
 
f.close()
9
 
 
10
 
print Translate().create_pot_array(string, "1_firefox-overview")