summaryrefslogtreecommitdiff
path: root/.changeset/ninety-nights-hug.md
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-31 08:46:15 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-31 16:46:15 +0100
commitddc98eb2add2836aef77541978629dcef6d712d6 (patch)
treebf05a3aeb1d4bb3154cb83489850618efd68b120 /.changeset/ninety-nights-hug.md
parentff9d69e3443c80059c54f6296d19f66bb068ead3 (diff)
downloadastro-ddc98eb2add2836aef77541978629dcef6d712d6.tar.gz
astro-ddc98eb2add2836aef77541978629dcef6d712d6.tar.zst
astro-ddc98eb2add2836aef77541978629dcef6d712d6.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset/ninety-nights-hug.md')
-rw-r--r--.changeset/ninety-nights-hug.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/ninety-nights-hug.md b/.changeset/ninety-nights-hug.md
deleted file mode 100644
index aa4017497..000000000
--- a/.changeset/ninety-nights-hug.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where the functions `Astro.preferredLocale` and `Astro.preferredLocaleList` would return the incorrect locales
-when the Astro configuration specifies a list of `codes`. Before, the functions would return the `path`, instead now the functions
-return a list built from `codes`.