![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Variables | |
d1 = sys.argv[1] | |
d2 = sys.argv[2] | |
l1 = set([ re.search(r'qt_(.*).qm', f).group(1) for f in glob.glob(os.path.join(d1, 'qt_*.qm')) ]) | |
l2 = set([ re.search(r'dash_(.*).qm', f).group(1) for f in glob.glob(os.path.join(d2, 'dash_*.qm')) ]) | |
qt_translations.d1 = sys.argv[1] |
Definition at line 15 of file qt_translations.py.
qt_translations.d2 = sys.argv[2] |
Definition at line 16 of file qt_translations.py.
qt_translations.l1 = set([ re.search(r'qt_(.*).qm', f).group(1) for f in glob.glob(os.path.join(d1, 'qt_*.qm')) ]) |
Definition at line 18 of file qt_translations.py.
Referenced by jh_close(), and CoinControlDialog.updateLabels().
qt_translations.l2 = set([ re.search(r'dash_(.*).qm', f).group(1) for f in glob.glob(os.path.join(d2, 'dash_*.qm')) ]) |
Definition at line 19 of file qt_translations.py.
Referenced by jh_close(), and CoinControlDialog.updateLabels().