wp i18n make-php
Create PHP files from PO files.
Synopsis
bash
wp i18n make-php <source> [<destination>]Options
<source> : Path to an existing PO file or a directory containing multiple PO files.
[<destination>] : Path to the destination directory for the resulting PHP files. Defaults to the source directory.
Examples
bash
# Create PHP files for all PO files in the current directory.
$ wp i18n make-php .
Success: Created 3 files.
# Create a PHP file from a single PO file in a specific directory.
$ wp i18n make-php example-plugin-de_DE.po languages
Success: Created 1 file.