Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myrotvorets/po2json

Converts a PO file into JED compatible with WordPress i18n
https://github.com/myrotvorets/po2json

i18n i18n-js i18n-json internationalization jed po wordpress wp-i18n

Last synced: about 1 month ago
JSON representation

Converts a PO file into JED compatible with WordPress i18n

Awesome Lists containing this project

README

        

# 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
```