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: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-11T20:44:42.000Z (4 months ago)
- Last Synced: 2026-03-12T01:32:15.739Z (4 months ago)
- Topics: i18n, i18n-js, i18n-json, internationalization, jed, po, wordpress, wp-i18n
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```