wp-cli / language-command

Installs, activates, and manages language packs.
MIT License
13 stars 21 forks source link

Improve warning message for unavailable language pack #139

Closed ernilambar closed 5 months ago

ernilambar commented 5 months ago

Fixes https://github.com/wp-cli/language-command/issues/138

Before:

Warning: Language 'invalid_lang' not available.

After:

Warning: Language 'invalid_lang' for 'hello-dolly' not available.
swissspidy commented 5 months ago

What about themes?

ernilambar commented 5 months ago

What about themes?

This is updated in CommandWithTranslation. So it applies for theme also.

Warning: Language 'invalid_lang' for 'twentyten' not available.

swissspidy commented 5 months ago

Ah right, it's in there, I even looked at the updated test 🤦