Skip to content

Commit

Permalink
Merge pull request #158 from wp-cli/regenerate-readme
Browse files Browse the repository at this point in the history
Regenerate README file
  • Loading branch information
ernilambar authored Aug 8, 2024
2 parents 4d06579 + e807013 commit c22c458
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Installs a given language.
wp language core install <language>... [--activate]
~~~

Downloads the language pack from WordPress.org.
Downloads the language pack from WordPress.org. Find your language code at: https://translate.wordpress.org/

**OPTIONS**

Expand All @@ -162,14 +162,14 @@ Downloads the language pack from WordPress.org.

**EXAMPLES**

# Install the Japanese language.
$ wp language core install ja
Downloading translation from https://downloads.wordpress.org/translation/core/6.4.3/ja.zip...
# Install the Brazilian Portuguese language.
$ wp language core install pt_BR
Downloading translation from https://downloads.wordpress.org/translation/core/6.5/pt_BR.zip...
Unpacking the update...
Installing the latest version...
Removing the old version of the translation...
Translation updated successfully.
Language 'ja' installed.
Language 'pt_BR' installed.
Success: Installed 1 of 1 languages.


Expand Down Expand Up @@ -201,6 +201,7 @@ wp language core list [--field=<field>] [--<field>=<value>] [--fields=<fields>]
- table
- csv
- json
- count
---

**AVAILABLE FIELDS**
Expand Down Expand Up @@ -418,6 +419,7 @@ wp language plugin list [<plugin>...] [--all] [--field=<field>] [--<field>=<valu
- table
- csv
- json
- count
---

**AVAILABLE FIELDS**
Expand Down Expand Up @@ -664,6 +666,7 @@ wp language theme list [<theme>...] [--all] [--field=<field>] [--<field>=<value>
- table
- csv
- json
- count
---

**AVAILABLE FIELDS**
Expand Down

0 comments on commit c22c458

Please sign in to comment.