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
I tried to contribute to the docs just now and it is just not fun. (See also #38.)
I wonder if one step to make this easier where to keep all those really technical docs in english only.
IMO it is far more important to have great english docs about technical stuff that can be updated super easily that it is to have them translated.
This suggestion does not apply to user facing docs that explain the UI and such, this is only about the API and data structure docs.
Regarding the discussion to switch frameworks...
Astro seems to work similarly to 11ty, where each translation is a route, creating a language specific page for each doc page. I'm at this point worried static sites aren't a scalable solution for a site that will probably support 18+ languages. If we moved to a new framework, I'd advocate react/nextjs over a static site generator. A react application will have more libraries that can get us away housing all of the docs in json that's compatible with transifex. But if there's another way I'm open to it.
IMO it is far more important to have great english docs about technical stuff that can be updated super easily that it is to have them translated.
Totally agree with this. If the community wants to drive back in this direction, it may be viable too.
I tried to contribute to the docs just now and it is just not fun. (See also #38.)
I wonder if one step to make this easier where to keep all those really technical docs in english only.
IMO it is far more important to have great english docs about technical stuff that can be updated super easily that it is to have them translated.
This suggestion does not apply to user facing docs that explain the UI and such, this is only about the API and data structure docs.
Another idea would be to switch to the great static side generator astro which has great i18n support using pages build in https://docs.astro.build/en/guides/internationalization/.
The text was updated successfully, but these errors were encountered: