Dash Core  0.12.2.1
P2P Digital Currency
extract_strings_qt.py File Reference

Go to the source code of this file.

Namespaces

 extract_strings_qt
 

Functions

def extract_strings_qt.parse_po (text)
 

Variables

string extract_strings_qt.OUT_CPP = "qt/dashstrings.cpp"
 
list extract_strings_qt.EMPTY = ['""']
 
 extract_strings_qt.files = sys.argv[1:]
 
 extract_strings_qt.XGETTEXT = os.getenv('XGETTEXT', 'xgettext')
 
 extract_strings_qt.child = Popen([XGETTEXT,'--output=-','-n','--keyword=_'] + files, stdout=PIPE)
 
 extract_strings_qt.out
 
 extract_strings_qt.err
 
def extract_strings_qt.messages = parse_po(out)
 
 extract_strings_qt.f = open(OUT_CPP, 'w')
 
 extract_strings_qt.key