Added a TODO marker to add an interface to the 'Libre Translate' engine. eric7

Sat, 18 Feb 2023 09:21:42 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 18 Feb 2023 09:21:42 +0100
branch
eric7
changeset 9774
c7b712056146
parent 9773
6fcfe4f25988
child 9775
c6806d24468b
child 9777
fc349e69b6ee

Added a TODO marker to add an interface to the 'Libre Translate' engine.

src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py	Fri Feb 17 12:53:49 2023 +0100
+++ b/src/eric7/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py	Sat Feb 18 09:21:42 2023 +0100
@@ -18,6 +18,8 @@
 from eric7.EricWidgets.EricApplication import ericApp
 
 
+# TODO: add interface to 'Libre Translate'
+
 def supportedEngineNames():
     """
     Module function to get the list of supported translation engines.

eric ide

mercurial