Dilbaz Localization Tool helps developers find and export translatable strings from WordPress plugins and themes.
The plugin scans PHP files and detects common WordPress translation functions such as:
__()
_e()
_x()
_n()
esc_html__()
esc_attr__()
A POT file can be generated instantly for translation workflows.
This tool is especially useful for:
Plugin developers
Theme developers
Localization teams
安装:
Upload the plugin folder to /wp-content/plugins/
Activate the plugin through the WordPress admin
Navigate to the Dilbaz menu in your WordPress dashboard.
屏幕截图:
升级注意事项:
1.0.0
Initial public release.
常见问题:
Does this modify my plugin files?
No. The plugin only scans files and generates POT files.
Does it support JavaScript translations?
Currently PHP only. JavaScript support is planned.