nodejs / i18n

The Node.js Internationalization Working Group – A Community Committee initiative.
MIT License
150 stars 40 forks source link

Introduce JSON support for the `nodejs/i18n` package #689

Closed ovflowd closed 2 years ago

ovflowd commented 2 years ago

Hey @nodejs/i18n 👋

We're working on the efforts of adopting the nodejs/i18n package on @nodejs/nodejs-dev but right now, the package only provides Markdown files which use the complex mixed Markdown + YAML format. And we wanted to avoid creating a custom Markdown parser to support this uncommon syntax.

Currently, the https://nodejs.org/api website provides all the doc pages also in .json format. I wonder how complex it would be to support JSON variants of the doc sources on the nodejs/i18n package API.

I would love to contribute to this if needed.

cc @JohnTitor @zeke

ovflowd commented 2 years ago

Package seems abandoned. We need to assess how to make the docs localised within a different manner.