Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/myrotvorets/po2json
- Owner: myrotvorets
- License: mit
- Created: 2021-09-19T06:55:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:19:40.000Z (2 months ago)
- Last Synced: 2024-10-24T17:42:14.885Z (about 2 months ago)
- Topics: i18n, i18n-js, i18n-json, internationalization, jed, po, wordpress, wp-i18n
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```