You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n is a necessary feature when you want to write blogs for multi-language users. There are some i18n packages such as astro-i18n and astro-i18next. Both of them can not be used directly.
So I hope this theme can support i18n directly. From my view, nextra i18n is a nice paradigm as it inserts language between the file name and suffix.
The text was updated successfully, but these errors were encountered:
Hi @noyyyy, yep you are right. I would love to add i18n support but unfortunately I don't have the capacity to do so, and it would require a lot of help from the community to get it right, which may or not be willing.
I'm open for any help so if you or anyone reading this could push this along that would be great.
Thanks, @chrismwilliams. Originally I was going to try to submit a pr but I find it harder than I imagine, as I'm not familiar with astro and code i18n. I would have a try on this and sync progress here. In the meanwhile, anyone is welcome to do it.
That would be amazing. If anyone wants to work on it with me, I don't know which parts would need modifying and I also don't have a clear idea of what the implementation could look like. I'm not used to Astro and I'm not much of a frontend developer, but I'd love to try and help with this.
i18n is a necessary feature when you want to write blogs for multi-language users. There are some i18n packages such as astro-i18n and astro-i18next. Both of them can not be used directly.
So I hope this theme can support i18n directly. From my view, nextra i18n is a nice paradigm as it inserts language between the file name and suffix.
The text was updated successfully, but these errors were encountered: