mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-17 16:47:56 +02:00
remove
This commit is contained in:
parent
a3ca2d7457
commit
f76c2dede6
1 changed files with 7 additions and 10 deletions
|
@ -81,16 +81,13 @@ async function executePluginContentLoading({
|
||||||
plugin.loadContent?.(),
|
plugin.loadContent?.(),
|
||||||
);
|
);
|
||||||
|
|
||||||
const translate = true;
|
content = await PerfLogger.async('translatePluginContent()', () =>
|
||||||
if (translate) {
|
translatePluginContent({
|
||||||
content = await PerfLogger.async('translatePluginContent()', () =>
|
plugin,
|
||||||
translatePluginContent({
|
content,
|
||||||
plugin,
|
context,
|
||||||
content,
|
}),
|
||||||
context,
|
);
|
||||||
}),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
const defaultCodeTranslations =
|
const defaultCodeTranslations =
|
||||||
(await PerfLogger.async('getDefaultCodeTranslationMessages()', () =>
|
(await PerfLogger.async('getDefaultCodeTranslationMessages()', () =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue