=== Dilbaz Localization Tool ===
Contributors: atakanau
Tags: translation, gettext, pot generator, i18n, localization
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Author link: https://en.programs.com.tr
Donate link: https://buymeacoffee.com/atakanau


Scan plugins and themes to extract translatable strings and generate POT files directly from the WordPress admin panel.

== Description ==

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

== Installation ==

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.

== Frequently Asked Questions ==

= 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.

== Screenshots ==

1. Select plugins or themes for localization
2. Scan and detect translatable strings
3. View extracted strings and download POT file

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial public release.