Plugin info

Total downloads: 6,253
Active installs: 500
Total reviews: 4
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 1
Last updated: 6/14/2024 (564 days ago)
Added to WordPress: 7/12/2018 (7 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 6.5.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 564 days ago • 4 reviews

28/100

Is Text Domain Inspector abandoned?

Possibly abandoned (last update 564 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 6.5.7
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Custom Translation Files
Rating 0.0/5 (0 reviews)Active installs 0

Description

Have you ever been frustrated when trying to find the text domain of translatable string you want to translate? This task can be challenging and it can take a lot of your time even if you have code reading skills.

This plugin aims to solve this problem by allowing website administrator to inspect text domains of translatable strings directly in the browser.

How to use:
* Press “Inspect Text Domains” button in admin menu bar;
* Red dots will appear next to translatable strings;
* Hover the red dot to view the text domain;
* Open source code in the browser to view text domains in HTML attributes (ctrl+u (Windows) / cmd+opt+u (Mac));

Works in:
* HTML documents;
* HTML fragments;
* HTML attributes;
* Plain text;
* Dynamically loaded content (through AJAX);
* JSON;

Installation

Upload this plugin to your website and activate it.

You’re done!

Frequently Asked Questions

No FAQ available

Review feed

Alex Lion (阿力獅)
7/3/2023

The MUST-HAVE tool for WordPress localization

This plugin can inspect the text domain that belongs to which plugin or theme, whatever front-end or back-end. If you want to do complete or partial localization for the plugin or theme, Text Domain Inspector is the must-have tool.

Screenshots

  1. In the browser.

    In the browser.

  2. HTML attributes which are visible in the browser.

    HTML attributes which are visible in the browser.

  3. HTML attributes in the source code.

    HTML attributes in the source code.

  4. JSON AJAX response.

    JSON AJAX response.

Changelog

1.1

  • Added support for i18n
  • Text domain is now appended as a query param if string is a URL (fixes the error for WP >= 5.9)

1.0

  • Initial version.