satnaing / astro-paper

A minimal, accessible and SEO-friendly Astro blog theme
https://astro-paper.pages.dev/
MIT License
2.35k stars 491 forks source link

i18n support #1

Closed verlanmar closed 1 year ago

verlanmar commented 1 year ago

Hi!

Would love to see the internationalization support, please.

Example implementation in Astro:

https://docs.astro.build

https://github.com/withastro/astro/tree/main/examples/docs

Thank you!

satnaing commented 1 year ago

Yep. It's a good feature and I'll try to add i18n support in the future releases. Thanks for your suggestion! ✌🏻

satnaing commented 1 year ago

Hello @verlanmar

Sorry for my late response. For internationalization support, I found that there are some good third-party integrations like astro-i18next. Since users can integrate i18n feat easily with those tools, I decided not to include i18n support out of the box in AstroPaper. Hope you understand my decision.

Thanks!

bowencool commented 7 months ago

Hi,

I have integrated astro-i18next into my blog; I hope it will be helpful.