This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Publish a module to npm #92
Comments
Hi, @zeke I like this idea, how can I help with this? |
@lukaszewczak once we land #99, we'll have all the files in place. If you want to start on this, feel free! Let me know if you need help or guidance on where to start. |
@zeke I definitely, want to try start with this :-), I will be back to you for some guidance when I will be ready to start work on this. |
Closing in favor #261 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once we've landed #57 and #77, we'll have translated content flowing into this repo in the form of markdown files sorted into subdirectories by node version and language. To make this translated content easier to consume by projects like nodejs/website-redesign, we should export a node module that is easy to install and easy to use. The name could be something like
nodejs-i18n
.The existing
electron-i18n
module can be used as a reference:The module exports an object with the following structure:
For example:
Each document object looks something like this:
The text was updated successfully, but these errors were encountered: