Description
Kabook PTE Project Monitor helps Project Translation Editors and localization contributors monitor WordPress.org plugins and themes from one dashboard.
You can add project slugs or supported WordPress.org URLs, select a WordPress locale, and run checks to compare the latest release information with the last state you marked as reviewed.
The plugin is designed to help you track public release and translation-state changes for projects that are not installed on the current site.
Features
- Monitor WordPress.org plugins and themes without installing them locally.
- Detect new plugin and theme releases from WordPress.org.
- Monitor plugin Stable and Stable Readme translation projects.
- Monitor the single translation project used by WordPress.org themes.
- Run a single-project check through AJAX with inline progress feedback.
- Process full checks through a resumable queue suitable for large project lists.
- Continue incomplete queues through WP-Cron when the dashboard is closed.
- Highlight unreviewed changes with yellow and red severity levels.
- Mark the latest checked state as reviewed through AJAX with inline progress feedback, without reloading the page or losing the active search, filter, or sort.
- View translation coverage, untranslated strings, project counts, and an encouragement score.
- Search and filter projects by type or review status.
- Sort projects by priority, untranslated strings, completion, release gap, last check, or name.
- Display 20, 50, or 100 projects per page.
- Add multiple plugin and theme slugs or supported WordPress.org URLs at once.
- Export the monitored plugin and theme links and monitoring settings to a JSON file, and import them back in on this site or another.
- Follow the current administrator’s WordPress language automatically or choose a locale manually.
- Open the correct Stable, Stable Readme, or theme translation page directly.
- Configure the monitoring interval and red-alert thresholds.
Review status
The first successful check establishes a baseline. A later release or translation-source change can make a project appear yellow or red.
After completing or reviewing the translation work, run the project check again to refresh the displayed statistics, then select “Mark reviewed”. This saves the current remote state as the new baseline and turns the row green.
Green means the latest checked state was acknowledged as reviewed. It does not necessarily mean every translation string is complete; completion is shown separately in the translation columns and dashboard.
Supported project inputs
You can add projects using any of the following formats:
- Plain slugs
plugin:slugtheme:slug- WordPress.org plugin pages
- WordPress.org theme pages
- Locale subdomain plugin pages
- Supported Translate.WordPress.org project URLs
External services
This plugin connects only to public services operated by WordPress.org, and only after an administrator enables external monitoring requests.
It uses the official WordPress.org APIs to retrieve public project metadata and translation statistics:
-
Plugins & Themes API: Used to fetch versions, release history, and project details.
https://api.wordpress.org/ -
Translations API: Used to retrieve the standard WordPress locale catalog for mapping locales.
https://api.wordpress.org/translations/ -
GlotPress API: Used to retrieve public translation statistics from the official translation platform.
https://translate.wordpress.org/
Requests may include the project type, project slug, selected locale, the server IP address required for the network connection, and the site URL included in the request user agent.
No data is sent to Kabook or to any third-party service operated by the plugin author. All communication is strictly between your server and WordPress.org.
These services are governed by the WordPress.org privacy policy and terms:
https://wordpress.org/about/privacy/
https://wordpress.org/about/terms-of-service/
Screenshots






Installation
- Upload the plugin files to
/wp-content/plugins/kabook-pte-project-monitor, or install the plugin through WordPress. - Activate the plugin.
- Open Tools > PTE Project Monitor.
- Review the external service disclosure and enable monitoring.
- Add plugin or theme slugs and WordPress.org URLs.
- Run the first check to establish a baseline.
FAQ
-
Do monitored plugins or themes need to be installed?
-
No. The plugin retrieves public project and translation information from WordPress.org.
-
Which translation projects are checked?
-
Plugins use Stable and Stable Readme. Themes use their single WordPress.org translation project.
-
Why does a completed translation remain yellow or red?
-
Run that project’s check to retrieve the latest statistics, then use “Mark reviewed”. The review action intentionally controls when the current state becomes the new baseline.
-
Can I add project URLs?
-
Yes. Supported inputs include plain slugs,
plugin:slug,theme:slug, WordPress.org plugin and theme pages, locale subdomain plugin pages, and supported Translate.WordPress.org project URLs. -
Can I move my monitored projects and settings to another site?
-
Yes. Use the Import/Export tab in the plugin settings to download a JSON file with your monitored plugin and theme links and monitoring settings, then upload that file on another site. Existing monitored projects and their review history are never removed or overwritten by an import.
-
What happens during a large full check?
-
The browser processes projects one at a time and displays live progress. Progress is saved between requests. A fallback WP-Cron event can continue an incomplete queue, and interrupted projects are retried before the queue moves on.
-
Why can background checks run late?
-
WordPress scheduled events rely on WP-Cron. On sites with low traffic, an event may run later than its configured interval.
-
Does the plugin send data to Kabook?
-
No. The plugin does not connect to a Kabook server and does not include telemetry.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Kabook PTE Project Monitor” is open source software. The following people have contributed to this plugin.
Contributors“Kabook PTE Project Monitor” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Kabook PTE Project Monitor” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial public release.
- Monitor WordPress.org plugin and theme releases from a single dashboard.
- Compare release and translation-state changes against the last reviewed baseline.
- Support AJAX single-project checks, AJAX review marking, and resumable full queue checks.
- Add review status tracking, filtering, sorting, pagination, and monitoring controls.
- Add import and export of monitored project links and settings as a JSON file.
- Use only public WordPress.org services after administrator opt-in.
