Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 250 → Rev 251

/cliapp/tsimapiakcli.py
30,6 → 30,6
translated = []
for word in translate.translatesent(line, "eng"):
translated.append(word["translated"])
translated = nm_to_n(e.source()) + ": " + " | ".join(translated)
translated = " | ".join(translated)
print translated