Kabook PTE Project Monitor
Kabook PTE Project Monitor
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.
- Mark several selected projects as reviewed at once with a bulk action, and see who last reviewed a project and when.
- Set a project-specific check interval that overrides the plugin-wide schedule for that one project.
- Get WordPress.org suggestions while typing project names or slugs to add.
- View translation coverage, translated strings, 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, pre-filtered to untranslated, waiting, or fuzzy strings, or to the unfiltered project page — your choice.
- 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/
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.
Screenshots

Dashboard overview providing a high-level summary of translation health, total untranslated strings, and project distribution across your monitored list.

Comprehensive project list with advanced filtering, sorting by priority, and real-time status indicators (Red/Yellow/Green) for both Stable and Stable Readme.

Scalability in action: Monitoring a large volume of projects (e.g., AI providers) with individual progress bars and quick-action translation links.

Flexible settings and live monitoring: Configure your target locale (e.g., Persian), set custom alert thresholds, and watch the resumable AJAX queue in progress.

Translation Health score: A detailed breakdown of your overall coverage and a summary of projects requiring immediate review or urgent attention.

Import/Export utility: Easily migrate your entire monitored project list and configuration between environments using standardized JSON files.
Faq
No. The plugin retrieves public project and translation information from WordPress.org.
Plugins use Stable and Stable Readme. Themes use their single WordPress.org translation project.
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.
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.
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.
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.
WordPress scheduled events rely on WP-Cron. On sites with low traffic, an event may run later than its configured interval.
No. The plugin does not connect to a Kabook server and does not include telemetry.
Reviews
Changelog
1.1.0
- Add a “Translated strings” count to the dashboard metrics, alongside the existing untranslated count.
- Add a “Mark reviewed” bulk action, next to bulk delete, to review several projects at once.
- Add a per-project check interval that overrides the plugin-wide schedule for that one project.
- Add WordPress.org suggestions while typing in the “Add projects” field, for translators less comfortable with English slugs.
- Record who last marked a project as reviewed, and when, next to its status.
- Let Stable, Stable Readme, and theme translation links open to untranslated, waiting, or fuzzy strings, or the unfiltered project page — configurable in Settings, defaulting to untranslated strings as before.
- Fix the “Overall coverage” percentage staying visually left-aligned on RTL admin screens.
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.