UNPKG

@myrotvorets/po2json

Version:

Convers a PO files into JED compatible with WordPress i18n

19 lines (12 loc) 532 B
# po2json [![Build](https://github.com/myrotvorets/po2json/actions/workflows/build.yml/badge.svg)](https://github.com/myrotvorets/po2json/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=myrotvorets_po2json&metric=alert_status)](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 ```