common language interface and wordreference backend

Conflicts:

	modules/wordreference/pages.py
	weboob/applications/translaboob/translaboob.py
This commit is contained in:
lucien 2012-04-03 09:41:38 +02:00 committed by Romain Bignon
commit 657e2213ac
11 changed files with 287 additions and 19 deletions

View file

@ -30,4 +30,4 @@ class TranslatePage(BasePage):
if len(boxes) == 0:
return None
return u'\n'.join([unicode(box.text) for box in boxes])
return u''.join([unicode(box.text) for box in boxes])