This commit is contained in:
sebastien 2025-06-27 16:33:19 +02:00
parent a3ca2d7457
commit f76c2dede6

View file

@ -81,8 +81,6 @@ async function executePluginContentLoading({
plugin.loadContent?.(),
);
const translate = true;
if (translate) {
content = await PerfLogger.async('translatePluginContent()', () =>
translatePluginContent({
plugin,
@ -90,7 +88,6 @@ async function executePluginContentLoading({
context,
}),
);
}
const defaultCodeTranslations =
(await PerfLogger.async('getDefaultCodeTranslationMessages()', () =>