Yassine Doghri
Yassine Doghri
`astro-i18next` is currently in beta. Before releasing v1.0.0, some things need to be worked out, mainly to improve DX. Developers should be able to translate their Astro website / app...
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 wouldn't need...
New CLI command to extract and merge translation keys. ``` npx astro-i18next extract ``` - Use [i18next-scanner](https://github.com/i18next/i18next-scanner) + create [custom config](https://github.com/i18next/i18next-scanner#examples) for `astro-i18next` or - [i18next-parser](https://github.com/i18next/i18next-parser) + create [custom lexer](https://github.com/i18next/i18next-parser#custom-lexers)...
Hey, first off, thanks for this great package! I can't seem to find any license file alongside the code. It would be really helpful to know the usage limitations for...