@myrotvorets/po2json
Version:
Convers a PO files into JED compatible with WordPress i18n
19 lines (12 loc) • 532 B
Markdown
# po2json
[](https://github.com/myrotvorets/po2json/actions/workflows/build.yml)
[](https://sonarcloud.io/dashboard?id=myrotvorets_po2json)
Converts a PO file into a JED compatible with WordPress i18n
## Installation
```bash
npm i -g @myrotvorets/po2json
```
## Usage
```bash
po2json source-file.po > dest-file.json
```