02-09-2024, 12:06 PM
In next LA a script that can intercept and replace recipe text. Example:
I tested it with Google Translate. The script works well, translates almost instantly. However the translation quality is bad. Many words are translated incorrectly. ChatGPT just slightly better.
// script ""
/*/ role editorExtension; testInternal Au.Editor; r Au.Editor.dll; /*/
EditorExtension.WindowReady += () => {
Panels.Recipe.OpeningRecipe = e => {
print.it(e.name); //recipe name
print.it(e.parts); //recipe parts (text, code, text, code...)
};
};
I tested it with Google Translate. The script works well, translates almost instantly. However the translation quality is bad. Many words are translated incorrectly. ChatGPT just slightly better.