-
Problem:
I using this package with `astro:content`, but can't achieve stable behaviour of my blog when I working on routing to content.
I assumed convention when the first component of the path …
-
I maintain [`astro-i18n-aut`](https://www.npmjs.com/package/astro-i18n-aut), an internalization (i18n) framework for Astro. Astro itself is preparing to support i18n in [core](https://github.com/with…
-
Something in the last updates seem to have broke localization.
Change localization system, probably to https://github.com/jlarmstrongiv/astro-i18n-aut until astro implement a standard way to locali…
zanhk updated
8 months ago
-
This should be done using **injectRoute** function in the `astro:config:setup` to inject localized routes during build time. The generate CLI tool would most probably be discarded. `pages` folder woul…
-
### How it would to do to accomplish?
Astroでi18nを実装するにあたって、どのようにページの生成を行うかを検討する
SPAページ部分、具体的には`src/pages/app.astro`および`src/component/Client`配下のコンポーネントの実装方法を検討する
### What it should do to accompl…
nkte8 updated
7 months ago
-
Possibly related to #11
I'm noticing that, with this template and derivatives thereof, when deployed on Vercel, the dropdown that changes the language is correctly redirecting from the default loca…
-
I use this mainly so that pages in `src/pages` would be generated automatically for each language.
In my `content/blog` folder, I'd like to have the following structure:
```
└── content…
artt updated
4 months ago
-
I am **not** using the built-in Astro i18n feature: https://docs.astro.build/en/guides/internationalization/#configure-i18n-routing
I am using the astro-i18n-aut integration: https://github.com/jla…
W1M0R updated
5 months ago
-
I'm encountering a problem where the development server seems to be malfunctioning. After running `npm install` followed by `npm run dev`, I initially received several errors.
The first error is re…
-
Hey, it seems like the dependencies can't be installed via `npm install`
I deleted the pnpm lock file and others, but it's not properly installing. I went about trying to resolve the issues, but i…