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

8 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 the TODO.md file.

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

Make sure to update the .env file with the correct value for LANGUAGE_CODE.

This is the language code for the language you want to check. For example, if you want to check the status of the Brazilian Portuguese translation, you should use pt-BR.

  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