We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5173ef8 commit 5d51ae6Copy full SHA for 5d51ae6
src/content/docs/en/reference/modules/astro-i18n.mdx
@@ -356,7 +356,7 @@ Replaces underscores (`_`) with hyphens (`-`) in the given locale before returni
356
import { normalizeTheLocale } from "astro:i18n";
357
358
normalizeTheLocale("it_VT") // returns `it-vt`
359
-// Assuming the current locale is `"pt-PR"`:
+// Assuming the current locale is `"pt-PT"`:
360
normalizeTheLocale(Astro.currentLocale) // returns `pt-pt`
361
---
362
```
0 commit comments