The plugin to review content of MO files.
- You have to use PHP 7.4 or higher
- Run
composer install --no-dev
- Activate plugin:
wp plugin activate mo-files-browser
- Display first 20:
wp mo browser file_path
- Display first 50:
wp mo browser file_path --limit=50
- Display 30 entries with offset 20:
wp mo browser file_path --limit=30 --offset=20
- Search for phrase
lorem
in singular, plural and all translations:wp mo browser file_path --search=lorem
- You can use
--limit
and--offset
with--search