src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py

branch
eric7
changeset 9786
f94b530722af
parent 9774
c7b712056146
child 9956
5b138f996a1e
equal deleted inserted replaced
9785:84684a40187d 9786:f94b530722af
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

eric ide

mercurial