-
### Astro info
```block
Astro version v2.10.14
Package manager npm
Platform darwin
Architecture x64
Adapter Couldn't determine.…
-
On dynamic pages ( such as blog ) I send graphql query to get data in different languages. It looks something like this
```
export async function getStaticPaths({ paginate }) {
const directus =…
-
Hey, was so happy to find your solution. Found it crazy that you couldn't use one template for all the translations.
Hoping you could help with an an issue i'm having when it's deployed to Vercel a…
-
When I go to the default locale route with some query params, it will redirect to base route without locale in path which is intended behavior but it loses the query params a long the way.
**Step t…
-
Hi. Astro have added a new implementation of routes. Will you be updating your plugin?
-
I need to pass a different language for each language to getStaticPaths to filter languages. But, because it is not possible to pass a variable inside the function, can I create folders with languages…
-
In new projects, `middleware.ts` shows an typescript error:
> Argument of type 'MiddlewareResponseHandler' is not assignable to parameter of type 'MiddlewareEndpointHandler'.
![image](https://gith…
-
Just two features I thought you’d like in the latest version:
```ts
import {
locales,
localeKeys,
defaultLocale,
getLocale,
getAllLocaleUrls,
getLocaleUrl,
getUrlWithoutLocale…
-
Hello,
this is more of a question than issue.
I'm struggling a little bit with the `redirectDefaultLocale` option. I want my site to have paths for every language possible, that is for example "…
-
const locale = getLocale(Astro.url);
incorrectly detects the default locale for index.astro in setup like this:
```
trailingSlash: "never",
build: {
format: "file",
},
```
sinc…