Skip to content

This script runs in every URL from MDN Web APIs to check if there's translation in a given language.

License

Notifications You must be signed in to change notification settings

crystaldevorg/check-translated-content-mdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Translated Content MDN

CrystalDev is making an effort to translate MDN content to Brazilian Portuguese. This script is part of that effort.

This script checks the status of a list of URLs for translated content on MDN and updates a Notion page with the results. Every time the script runs, it will clear the current Notion page and update it with the updated results.

How to use

  1. Clone this repository

  2. Install dependencies

npm install
  1. Copy the .env.example file to .env and fill in the variables:
cp .env.example .env
  1. Run the script
npm start

About

This script runs in every URL from MDN Web APIs to check if there's translation in a given language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published