Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 166 → Rev 167

/tsimapiak/translate.py
29,13 → 29,11
if fix[0] == word["inf"][2]:
word["translated"] += '-' + fix[1]
for navf in word["pref"]:
print navf
for fix in prefixes:
print fix
if fix[0] == navf:
word["translated"] += '-' + fix[1]
for navf in word["post"]:
print navf
print navf[0]
for fix in postfixes:
print fix[0]
if fix[0] == navf: