mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-05-02 08:14:27 +08:00
592 B
592 B
wp language
Installs, activates, and manages language packs.
EXAMPLES
# Install the Dutch core language pack.
$ wp language core install nl_NL
Success: Language installed.
# Activate the Dutch core language pack.
$ wp language core activate nl_NL
Success: Language activated.
# Install the Dutch language pack for Twenty Seventeen.
$ wp language theme install twentyseventeen nl_NL
Success: Language installed.
# Install the Dutch language pack for Akismet.
$ wp language plugin install akismet nl_NL
Success: Language installed.