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

Exclude certain files from being translated #35

Closed mondeja closed 2 years ago

mondeja commented 2 years ago

This is useful if you don't want to translate a changelog. Accept a list with relative paths to Markdown files,

- mdpo:
    exclude:
      - dev/CHANGELOG.md

The behaviour would be the same as placing a <!-- mdpo-disable --> command at the start of the file.