mondeja / mkdocs-mdpo-plugin

Mkdocs translation plugin using PO files.
https://mondeja.github.io/mkdocs-mdpo-plugin/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Write translated Markdown documentation pages in temporal directory #21

Closed mondeja closed 2 years ago

mondeja commented 2 years ago

Fixes #17

This is done, the problem is that PO files inside docs/ folder are written during the build, even if are written on post_build event. The possible solutions are:

Breaking changes

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1898981712


Changes Missing Coverage Covered Lines Changed/Added Lines %
mkdocs_mdpo_plugin/plugin.py 70 74 94.59%
mkdocs_mdpo_plugin/config.py 12 19 63.16%
<!-- Total: 139 150 92.67% -->
Totals Coverage Status
Change from base Build 999587926: -0.5%
Covered Lines: 455
Relevant Lines: 472

💛 - Coveralls