wp-cli / language-command

Installs, activates, and manages language packs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a list of languages visible

dheerajpai opened this issue · comments

We need to have something that gives the list of languages that are installed. And list of languages that are available. Something like wp languages list

@dheerajpai There is a list command, but you need to tell it first for what to check the languages:

  • wp language core list
  • wp language plugin list <plugin>
  • wp language theme list <theme>