sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
4.46k stars 231 forks source link

add chinese doc #999

Open chiangbar opened 4 weeks ago

chiangbar commented 4 weeks ago

Can you add Chinese documentation so that more developers who understand Chinese can use and promote this web framework? It is not accessible on the Robyn official website in China

VishnuSanal commented 4 weeks ago

we currently do not support i18n, AFAIK. this would require significant changes in the codebase too. nextjs has native support for ii18n (https://nextjs.org/docs/pages/building-your-application/routing/internationalization) & should figure out whether we can outsource the translations using something like weblate (ref: https://docs.weblate.org/en/latest/formats/i18next.html). inviting @sansyrox's opinions.

sansyrox commented 4 weeks ago

Hey @chiangbar @VishnuSanal 👋

Unfortunately, we don't have i18n on Robyn right now. But I would love to add it as a part of the docs. Let me go through the docs and get back to you both 😄

chiangbar commented 4 weeks ago

we currently do not support i18n, AFAIK. this would require significant changes in the codebase too. nextjs has native support for ii18n (https://nextjs.org/docs/pages/building-your-application/routing/internationalization) & should figure out whether we can outsource the translations using something like weblate (ref: https://docs.weblate.org/en/latest/formats/i18next.html). inviting @sansyrox's opinions.

This has no impact on the code repository. What I want to say is to add a Robyn Chinese usage document

sansyrox commented 4 weeks ago

@chiangbar ,

This has no impact on the code repository. What I want to say is to add a Robyn Chinese usage document

I agree and I'd love to add it. We will just have to change a few lines of code in the website to show chinese and english alongside each other.