mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-16 16:25: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?.(),
|
||||
);
|
||||
|
||||
const translate = true;
|
||||
if (translate) {
|
||||
content = await PerfLogger.async('translatePluginContent()', () =>
|
||||
translatePluginContent({
|
||||
plugin,
|
||||
content,
|
||||
context,
|
||||
}),
|
||||
);
|
||||
}
|
||||
content = await PerfLogger.async('translatePluginContent()', () =>
|
||||
translatePluginContent({
|
||||
plugin,
|
||||
content,
|
||||
context,
|
||||
}),
|
||||
);
|
||||
|
||||
const defaultCodeTranslations =
|
||||
(await PerfLogger.async('getDefaultCodeTranslationMessages()', () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue