Skip to content

Commit 88ef3c5

Browse files
sarah11918ArmandPhilippotlouisescher
authored
[i18nIgnore] Localized v6 link failures related to Astro.glob() (#12616)
Co-authored-by: ArmandPhilippot <59021693+ArmandPhilippot@users.noreply.github.com> Co-authored-by: louisescher <66965600+louisescher@users.noreply.github.com>
1 parent 40e4e34 commit 88ef3c5

File tree

10 files changed

+4
-84
lines changed

10 files changed

+4
-84
lines changed

src/content/docs/es/reference/errors/astro-glob-no-match.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/content/docs/es/reference/errors/astro-glob-used-outside.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/content/docs/es/tutorial/5-astro-api/1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ Elige la sintaxis que podrías escribir para representar:
248248

249249
### Recursos
250250

251-
- [`Astro.glob()` Documentación API](/es/reference/api-reference/#astroglob)
251+
- [`import.meta.glob()`](/es/guides/imports/#importmetaglob)

src/content/docs/ja/guides/integrations-guide/netlify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export default defineConfig({
307307

308308
#### globパターンの使用
309309

310-
`includeFiles``excludeFiles`の両方で、複数のファイルを照合するための[globパターン](/ja/guides/imports/#globパターン)がサポートされています。
310+
`includeFiles``excludeFiles`の両方で、複数のファイルを照合するための[globパターン](/ja/guides/imports/#glob-patterns)がサポートされています。
311311

312312
```js title="astro.config.mjs" ins={7, 10-11}
313313
import { defineConfig } from 'astro/config';

src/content/docs/ja/guides/migrate-to-astro/from-create-react-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ const randomUser = data.results[0];
329329
```
330330

331331
- `import.meta.glob()`によるローカルファイル取得
332-
- Collections APIのクエリ: [/ja/guides/content-collections/#コレクションのクエリ](/ja/guides/content-collections/#コレクションのクエリ)
332+
- Collections APIのクエリ: [/ja/guides/content-collections/#コレクションのクエリ](/ja/guides/content-collections/#querying-collections)
333333
- リモートデータのフェッチ: [/ja/guides/data-fetching/](/ja/guides/data-fetching/)
334334

335335
### CRAのスタイリングをAstroへ

src/content/docs/pt-br/reference/errors/astro-glob-no-match.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/content/docs/pt-br/reference/errors/astro-glob-used-outside.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/content/docs/pt-br/tutorial/5-astro-api/1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ Escolha a sintaxe que você pode escrever para representar:
248248

249249
### Recursos
250250

251-
- [Documentação da API `Astro.glob()`](/pt-br/reference/api-reference/#astroglob)
251+
- [Documentação da API `import.meta.glob()`](/pt-br/guides/imports/#importmetaglob)

src/content/docs/ru/reference/errors/astro-glob-no-match.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/content/docs/ru/reference/errors/astro-glob-used-outside.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)