Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 82347 | Differences between
and this patch

Collapse All | Expand All

(-)letters-trans.py.old (-1 / +1 lines)
Lines 66-72 Link Here
66
    sys.exit(0)
66
    sys.exit(0)
67
        
67
        
68
# get description names from memory assetml, these are the words used by letters.py
68
# get description names from memory assetml, these are the words used by letters.py
69
parser = pyassetml.AssetmlParser('childsplay/memory-136x136/memory-136x136.assetml')
69
parser = pyassetml.AssetmlParser(os.path.join(cwd,'memory-136x136.assetml'))
70
loc = parser.get_locale()# get current locale setting, only the first two chars !!
70
loc = parser.get_locale()# get current locale setting, only the first two chars !!
71
wlist_org = parser.find_names((('file','.'),('description',"en")))
71
wlist_org = parser.find_names((('file','.'),('description',"en")))
72
wlist = parser.find_names((('file','.'),('description',loc)))
72
wlist = parser.find_names((('file','.'),('description',loc)))

Return to bug 82347