Revert "Remove commented code"
This reverts commit 9022159c87
.
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
9022159c87
commit
d4fc5e77eb
@ -69,6 +69,14 @@ class GoogleTranslate(Module):
|
||||
|
||||
translation = translation.replace('\\\\', '\\')
|
||||
|
||||
#translation = translation.replace('\\u0026quot;', '"')
|
||||
#translation = translation.replace('\\u0026amp;', '&')
|
||||
#translation = translation.replace('\\u003c', '<')
|
||||
#translation = translation.replace('\\u0026lt;', '<')
|
||||
#translation = translation.replace('\\u003e', '>')
|
||||
#translation = translation.replace('\\u0026gt;', '>')
|
||||
#translation = translation.replace('\\u0026#39;', '\'')
|
||||
|
||||
return self.reply(connection, replypath, translation)
|
||||
|
||||
# vi:tabstop=4:expandtab:autoindent
|
||||
|
Loading…
Reference in New Issue
Block a user