yassinedoghri / astro-i18next

An astro integration of i18next + some utility components to help you translate your astro websites!
https://astro-i18next.yassinedoghri.com
MIT License
502 stars 38 forks source link

Dont change default files with the npx astro-i18next generate #191

Open JuanDa237 opened 6 months ago

JuanDa237 commented 6 months ago

When using npx astro-i18next generate, the command changes the default files. However, I want it to maintain the original file, even if I have to use the changeLanguage() method manually. This would allow me to have more control over the file generation process and ensure that the original files are not overwritten unexpectedly.

I expect the npx astro-i18next generate command to generate new files without overwriting the original files.