-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Open
Labels
Description
Courtesy of @smikitky
It would be cool to have a "This Page Is Not Yet Translated" component that we can stick on pages in the translation forks that haven't had a translation yet. Even though the Spanish translation is "done", some sections like the blog aren't translated, and it would be nice to give a warning like MDN does:

This would involve something like:
- A
TranslationWarningcomponent with a message on how a page isn't translated yet. - A
translatedproperty on front matter that should be set when a page is translated - Logic to show the translation warning if
translatedisn't set (and the language isn't English).
This would require a code mod for all the pages that have been already translated in the various languages, but I could probably do that with a codemod by referencing their progress list.
lex111 and xdemoclelex111, smikitky, lionc213, alexkrolick and xdemocle
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
lex111 commentedon Feb 19, 2019
Offtopic
It would be cool to have such an feature as on MDN (i.e. contributors list)lex111 commentedon Mar 5, 2019
Here is another example of my previous comment, the list of contributors on the webpack site.