Plugin Translator by Brickfield
Maintained by
Brickfield Education Labs
Translate either your plugin language strings or core Moodle strings more easily using AI!
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Interesting on your output failing. Would it be possible to know which plugin and language gave you these issues? If not, no worries.
We have had to put in a number of handling logic processes for different special characters, and we are confident we are covering the typical essential ones, but are always happy to investigate and debug where possible. There is also the reality that we can't totally control what is returned by the DeepL or Azure API service.
I did noticed that another plugin ran into issues without an error output. I'm not sure what it was, I could do 50 strings but it failed above that number despite working on another plugin. Could it be a special character issue like a / or \?
This plugin translator does in fact already have the ability to translate the core modules as well, as we know this is an important feature for many.
What we did was have a toggle global setting (called allowcoretranslation) to EITHER do external plugins OR core plugins, but not both at the same time, to make plugin searching more managable.