roots / sage

WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow
https://roots.io/sage/
MIT License
12.69k stars 3.06k forks source link

Fix for multiple .po files #3155

Closed sandrowuermli closed 7 months ago

sandrowuermli commented 10 months ago

With multiple .po files (de_DE.po, fr_FR.po) it will show the following error:

Error: Too many positional arguments: ./resources/lang/fr_FR.po
error Command failed with exit code 1.

Seems like update-po only accepts one argument and doesn't handle the *.po properly.

retlehs commented 7 months ago

A bit annoying that they don't accept a glob for that subcommand — thank you for the PR 🙏