i18n_scaffold_pot
Generates a complete i18n setup for WordPress plugins: .pot file header, load_textdomain registration, and JS translation support.
Instructions
Generate a translation setup: .pot file header, load_textdomain registration, and wp_set_script_translations for JS. Provides the complete i18n setup for a WPZylos plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootNamespace | Yes | Plugin root namespace | |
| textDomain | Yes | Plugin text domain | |
| pluginSlug | Yes | Plugin slug |