Dilbaz Localization Tool

Описание

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

Features

  • Scan plugins and themes for translation strings
  • Detect common WordPress gettext functions
  • Generate POT files
  • Display string locations
  • Lightweight scanning engine

Скриншоты

Установка

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the WordPress admin
  3. Navigate to the Dilbaz menu in your WordPress dashboard.

Часто задаваемые вопросы

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.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Dilbaz Localization Tool» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Dilbaz Localization Tool» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.0

  • Initial release