Descripción
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;
Capturas
Instalación
Upload this plugin to your website and activate it.
You’re done!
Reseñas
Colaboradores y desarrolladores
"Text Domain Inspector" es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores"Text Domain Inspector" ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce "Text Domain Inspector" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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.