9 |
9 |
10 import json |
10 import json |
11 |
11 |
12 from PyQt6.QtCore import QByteArray, QTimer, QUrl |
12 from PyQt6.QtCore import QByteArray, QTimer, QUrl |
13 |
13 |
|
14 from eric7 import Utilities |
|
15 |
14 from .TranslationEngine import TranslationEngine |
16 from .TranslationEngine import TranslationEngine |
15 |
|
16 from eric7 import Utilities |
|
17 |
17 |
18 |
18 |
19 class GoogleV2Engine(TranslationEngine): |
19 class GoogleV2Engine(TranslationEngine): |
20 """ |
20 """ |
21 Class implementing the translation engine for the new Google |
21 Class implementing the translation engine for the new Google |