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

螢幕擷圖

  • Select plugins or themes for localization
  • Scan and detect translatable strings
  • View extracted strings and download POT file

安裝方式

  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