diff --git a/docs/fundamentals/systems/localize/text.md b/docs/fundamentals/systems/localize/text.md index 132db434c..8ca29fc46 100644 --- a/docs/fundamentals/systems/localize/text.md +++ b/docs/fundamentals/systems/localize/text.md @@ -36,9 +36,10 @@ export const asFunction = () => { ); } localize - .loadNamespace({ - 'lit-html-example': locale => import(`./assets/${locale}.js`), - }) + // TODO: look for Astro fix... + // .loadNamespace({ + // 'lit-html-example': locale => import(`./assets/${locale}.js`), + // }) .then(() => { update(); });