mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-04-26 11:28:58 +08:00
12 lines
326 B
Markdown
12 lines
326 B
Markdown
# wp i18n
|
|
|
|
Provides internationalization tools for WordPress projects.
|
|
|
|
Unless overridden, these commands run on the `before_wp_load` hook, just before the WP load process begins.
|
|
|
|
### EXAMPLES
|
|
|
|
# Create a POT file for the WordPress plugin/theme in the current directory
|
|
$ wp i18n make-pot . languages/my-plugin.pot
|
|
|
|
|