handbook/commands/i18n.md
2024-08-08 03:57:27 +02:00

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