https://github.com/mondeja/mdpo
Markdown files translation using GNU PO files
https://github.com/mondeja/mdpo
i18n internationalization markdown md2po mdpo po2md pofile translation
Last synced: 7 months ago
JSON representation
Markdown files translation using GNU PO files
- Host: GitHub
- URL: https://github.com/mondeja/mdpo
- Owner: mondeja
- License: bsd-3-clause
- Created: 2020-08-18T12:35:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T18:24:51.000Z (9 months ago)
- Last Synced: 2025-04-02T06:08:13.749Z (7 months ago)
- Topics: i18n, internationalization, markdown, md2po, mdpo, po2md, pofile, translation
- Language: Python
- Homepage: https://mondeja.github.io/mdpo/
- Size: 10 MB
- Stars: 30
- Watchers: 3
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Markdown files translation using PO files
Documentation
Complies with the CommonMark Specification, supporting some additional features.
## Status
[![Documentation status][docs-image]][docs-link]
[![Tests][tests-image]][tests-link]
[![Coverage status][coverage-image]][coverage-link]
## Installation
### Python package
```bash
pip install mdpo
```
### Standalone pre-built binaries
Download latest binaries for each CLI tool from [releases].
[tests-image]: https://img.shields.io/github/actions/workflow/status/mondeja/mdpo/ci.yml?logo=github&label=tests&branch=master
[tests-link]: https://github.com/mondeja/mdpo/actions?query=workflow%3ACI
[coverage-image]: https://img.shields.io/codecov/c/github/mondeja/mdpo?logo=codecov&logoColor=white
[coverage-link]: https://app.codecov.io/gh/mondeja/mdpo
[docs-image]: https://img.shields.io/github/actions/workflow/status/mondeja/mdpo/ci.yml?label=docs&logo=readthedocs&logoColor=white&branch=master
[docs-link]: https://mondeja.github.io/mdpo/
[releases]: https://github.com/mondeja/mdpo/releases
