15 from PyQt6.QtGui import QIcon |
15 from PyQt6.QtGui import QIcon |
16 |
16 |
17 from eric7.EricGui import EricPixmapCache |
17 from eric7.EricGui import EricPixmapCache |
18 from eric7.EricWidgets.EricApplication import ericApp |
18 from eric7.EricWidgets.EricApplication import ericApp |
19 |
19 |
|
20 # TODO: add interface to 'Libre Translate' |
20 |
21 |
21 # TODO: add interface to 'Libre Translate' |
|
22 |
22 |
23 def supportedEngineNames(): |
23 def supportedEngineNames(): |
24 """ |
24 """ |
25 Module function to get the list of supported translation engines. |
25 Module function to get the list of supported translation engines. |
26 |
26 |