Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T18:13:21.000Z (27 days ago)
- Last Synced: 2025-01-30T20:13:46.417Z (8 days ago)
- Topics: i18n, internationalization, markdown, md2po, mdpo, po2md, pofile, translation
- Language: Python
- Homepage: https://mondeja.github.io/mdpo/
- Size: 10 MB
- Stars: 26
- Watchers: 4
- Forks: 6
- Open Issues: 15
-
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