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: 15 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T12:26:11.000Z (about 1 month ago)
- Last Synced: 2024-10-17T16:22:27.506Z (29 days ago)
- Topics: i18n, internationalization, markdown, md2po, mdpo, po2md, pofile, translation
- Language: Python
- Homepage: https://mondeja.github.io/mdpo/
- Size: 7.67 MB
- Stars: 25
- Watchers: 4
- Forks: 5
- 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
```bash
pip install mdpo
```[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/