File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Returns exit code 0 when installed, 1 when uninstalled.
147147Installs a given language.
148148
149149~~~
150- wp language core install <language>... [--activate]
150+ wp language core install <language>... [--activate] [--format=<format>]
151151~~~
152152
153153Downloads the language pack from WordPress.org. Find your language code at: https://translate.wordpress.org/
@@ -160,6 +160,16 @@ Downloads the language pack from WordPress.org. Find your language code at: http
160160 [--activate]
161161 If set, the language will be activated immediately after install.
162162
163+ [--format=<format>]
164+ Render output in a particular format (for one or more languages).
165+ ---
166+ options:
167+ - table
168+ - csv
169+ - json
170+ - summary
171+ ---
172+
163173** EXAMPLES**
164174
165175 # Install the Brazilian Portuguese language.
You can’t perform that action at this time.
0 commit comments