10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtCore import QCoreApplication |
12 from PyQt6.QtCore import QCoreApplication |
13 from PyQt6.QtGui import QIcon |
13 from PyQt6.QtGui import QIcon |
14 |
14 |
|
15 from eric7.EricGui import EricPixmapCache |
15 from eric7.EricWidgets.EricApplication import ericApp |
16 from eric7.EricWidgets.EricApplication import ericApp |
16 |
|
17 from eric7.EricGui import EricPixmapCache |
|
18 |
17 |
19 |
18 |
20 def supportedEngineNames(): |
19 def supportedEngineNames(): |
21 """ |
20 """ |
22 Module function to get the list of supported translation engines. |
21 Module function to get the list of supported translation engines. |