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 |
|
21 # TODO: add interface to 'Libre Translate' |
20 |
22 |
21 def supportedEngineNames(): |
23 def supportedEngineNames(): |
22 """ |
24 """ |
23 Module function to get the list of supported translation engines. |
25 Module function to get the list of supported translation engines. |
24 |
26 |