Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 164 → Rev 165

/tsimapiak/translate.py
31,11 → 31,13
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
for fix in postfixes:
print fix
if fix[0] == navf:
word["translated"] += '-' + fix[1]
if word["len"]: