From d66eae6c32e07f5637e4cd02cb9f51d7dc680d2c Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:46:52 -0500 Subject: [PATCH] CONTRIBUTING, README: add link to https://lukwebsforge.github.io/tldri18n (#5378) --- CONTRIBUTING.md | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b169bc336..58dacea50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,6 +94,8 @@ Language specific directories must follow the pattern `pages.`, where `< The `` code is optional and should only be added when it is needed. In other words, only when there is a valid reason to distinguish between a language (`ll`) and its regional dialects (`ll_CC1`, `ll_CC2`, etc.). As an example, both `fr_FR` and `fr_BE` should fall under the same `pages.fr` directory, since there virtually is no difference in writing between standard French and Belgian French. +To see the current progress of all translations, you can visit , which provides a dynamically updated table of all pages and their translations. + Some examples of valid locale tags: - French: `fr`. diff --git a/README.md b/README.md index 418fafeb6..80be8e306 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,9 @@ All contributions are welcome! We strive to maintain a [welcoming and collaborative](GOVERNANCE.md) community. Have a look at the [contributing guidelines](CONTRIBUTING.md), and go ahead! +If you'd like to contribute to translations, you can visit +to see the current progress of all translations. + ## Similar projects - [Cheat](https://github.com/cheat/cheat)