Dash Core  0.12.2.1
P2P Digital Currency
qt_translations.py File Reference

Go to the source code of this file.

Namespaces

 qt_translations
 

Variables

 qt_translations.d1 = sys.argv[1]
 
 qt_translations.d2 = sys.argv[2]
 
 qt_translations.l1 = set([ re.search(r'qt_(.*).qm', f).group(1) for f in glob.glob(os.path.join(d1, 'qt_*.qm')) ])
 
 qt_translations.l2 = set([ re.search(r'dash_(.*).qm', f).group(1) for f in glob.glob(os.path.join(d2, 'dash_*.qm')) ])