An open API service indexing awesome lists of open source software.

https://github.com/tristantheb/history-content

The translator's tool for finding MDN pages to translate or update in their language.
https://github.com/tristantheb/history-content

automated history l10n mdn page

Last synced: about 2 months ago
JSON representation

The translator's tool for finding MDN pages to translate or update in their language.

Awesome Lists containing this project

README

          

# MDN History content — Translation dashboard

[![CD | Update deployed gitHub pages](https://github.com/tristantheb/history-content/actions/workflows/update_pages.yaml/badge.svg?branch=main)](https://github.com/tristantheb/history-content/actions/workflows/update_pages.yaml)

This community project is set up for contributors to the MDN translation repository ([mdn/translated-content](https://github.com/mdn/translated-content)).

It compares the latest updates to all MDN pages on a daily basis and reports the status to translators.

This allows any translator to know when they have a page to translate or update in their language.

## Usage

Go to the [deployed site](https://tristantheb.github.io/history-content/) and select your language using the selector on the page.
You can also set the language in the link with `?lang=` and the locale you want, from among the locales supported by the MDN.

To date, the following locales are supported:

- `de` [see list](https://tristantheb.github.io/history-content/?lang=de)
- `es` [see list](https://tristantheb.github.io/history-content/?lang=es)
- `fr` (default) [see list](https://tristantheb.github.io/history-content/?lang=fr)
- `ja` [see list](https://tristantheb.github.io/history-content/?lang=ja)
- `ko` [see list](https://tristantheb.github.io/history-content/?lang=ko)
- `pt-br` [see list](https://tristantheb.github.io/history-content/?lang=pt-br)
- `ru` [see list](https://tristantheb.github.io/history-content/?lang=ru)
- `zh-cn` [see list](https://tristantheb.github.io/history-content/?lang=zh-cn)
- `zh-tw` [see list](https://tristantheb.github.io/history-content/?lang=zh-tw)

## How it's working

This repository is automatic and updates once every 6 hours.

All content is prepared and deployed to enable pages to be searched by their path.

## Want to contribute?

Feel free to open issues or pull requests.

Please read the [contributing guidelines](CONTRIBUTING.md) first.

## License

[Mozilla Public License Version 2.0](LICENSE)