Skip to content

Commit 78093c7

Browse files
authored
Merge branch 'main' into astro-i18n
2 parents 97228e4 + 78a6f59 commit 78093c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/en/reference/modules/astro-i18n.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Replaces underscores (`_`) with hyphens (`-`) in the given locale before returni
356356
import { normalizeTheLocale } from "astro:i18n";
357357
358358
normalizeTheLocale("it_VT") // returns `it-vt`
359-
// Assuming the current locale is `"pt-PR"`:
359+
// Assuming the current locale is `"pt-PT"`:
360360
normalizeTheLocale(Astro.currentLocale) // returns `pt-pt`
361361
---
362362
```

src/content/docs/ko/editor-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Webstorm의 Astro 지원에 대한 자세한 내용은 [공식 Webstorm Astro
7373

7474
### Biome
7575

76-
[Biome](https://biomejs.dev/)은 웹을 위한 올인원 린터 및 포맷터입니다. [Biome은 현재 `.astro` 파일을 부분적으로 지원](https://biomejs.dev/internals/language-support/#html-super-languages-support)하며, `.astro` 파일의 프런트매터를 린팅하고 포맷팅하는 데 사용할 수 있습니다.
76+
[Biome](https://biomejs.dev/)은 웹을 위한 올인원 린터 및 포맷터입니다. [Biome은 현재 `.astro` 파일을 실험적으로 지원](https://biomejs.dev/internals/language-support/#html-super-languages-support)하며, `.astro` 파일의 프런트매터를 린팅하고 포맷팅하는 데 사용할 수 있습니다.
7777

7878
### Prettier
7979

0 commit comments

Comments
 (0)