2009-09-01 05:04:58 |
Andrey Yurkovsky |
description |
Steps:
1. Stardict
2. Full-text translation
3. choose "Google translate": "English" to "Russian"
4. write any text in text field
5. push "Translate" button
6. "Not fount" in result filed
I found resolution somewhere in the web:
string:
#define GoogleTranslateStartMark "<div id=result_box dir=ltr>"
in stardict.cpp must be changed to
#define GoogleTranslateStartMark <div id=result_box dir="ltr">
I don't if it really works, but I hope. |
Steps:
1. Stardict
2. Full-text translation
3. choose "Google translate": "English" to "Russian"
4. write any text in text field
5. push "Translate" button
6. "Not fount" in result filed
I found resolution somewhere in the web:
string:
#define GoogleTranslateStartMark "<div id=result_box dir=ltr>"
in stardict.cpp must be changed to
#define GoogleTranslateStartMark <div id=result_box dir="ltr">
I don't know if it really works, but I hope. |
|