astrolicious / i18n

Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.
https://astro-i18n.netlify.app/
MIT License
48 stars 3 forks source link

Can't make to work with catch-all routing - [...page].astro #19

Closed CarloBu closed 5 months ago

CarloBu commented 5 months ago

I really like the DX experience, but I can't make it work with catch-all routing for pagination, like "\routes\blog\ [...page].astro" Is it just me or current i18n does not support this?

florian-lefebvre commented 5 months ago

Hi, happy you like the package so far! It's indeed not supported just yet (see https://astro-i18n.netlify.app/getting-started/known-issues/#rest-parameters), you can subscribe to #2 to know when it's released! Just note it's not in my priorities, I have a few issues I need to address first

CarloBu commented 5 months ago

Thank you for your response. At this time, the pagination feature isn't a priority for me, so I plan to consider its implementation after you solve it. This is a cool stuff you do, Internationalizing websites can be quite challenging to do it right and it's wonderful that you offer a solution for free. Thank you again for your efforts!

florian-lefebvre commented 5 months ago

Thank you so much! Feel free to open an issue for any little bug, possible enhancement or docs that can be improved!