Browse Source

CONTRIBUTING, README: add link to https://lukwebsforge.github.io/tldri18n (#5378)

bl-ue 4 years ago
parent
commit
d66eae6c32
2 changed files with 5 additions and 0 deletions
  1. 2 0
      CONTRIBUTING.md
  2. 3 0
      README.md

+ 2 - 0
CONTRIBUTING.md

@@ -94,6 +94,8 @@ Language specific directories must follow the pattern `pages.<locale>`, where `<
 
 The `<country>` 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 <https://lukwebsforge.github.io/tldri18n/>, which provides a dynamically updated table of all pages and their translations.
+
 Some examples of valid locale tags:
 
  - French: `fr`.

+ 3 - 0
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 <https://lukwebsforge.github.io/tldri18n/>
+to see the current progress of all translations.
+
 ## Similar projects
 
 - [Cheat](https://github.com/cheat/cheat)