Implement an mkdocs plugin that will:
- maintain a "primary" GNU Portable Object (PO) file in the git repo based on English language content added by editors
- generate internationalized static pages based on PO files found in the git repo
Implement an mkdocs plugin that will:
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
wikimedia/developer-portal | main | +1 K -1 | Content localization plugin |
My initial design for this is plugin is that it should do something like:
These steps will be scattered across multiple mkdocs callbacks so that each happens in a place where other plugins and mkdocs built-ins can find the generated content and config when needed.
Change 747214 had a related patch set uploaded (by BryanDavis; author: Bryan Davis):
[wikimedia/developer-portal@main] Content localization plugin
Change 747214 merged by jenkins-bot:
[wikimedia/developer-portal@main] Content localization plugin