-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathreadme.txt
51 lines (38 loc) · 1.92 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== Debug MO Translations ===
Contributors: closemarketing, davidperez, pedromendonca, manurelano, mayakokits
Tags: debug, translations, mo, languages, translate, translation,
Donate link: https://close.marketing/go/donate/
Requires at least: 4.6
Tested up to: 6.6
Stable tag: 1.3.1
Version: 1.3.1
Debugs all translated files that are loaded and not in WordPress.
== Description ==
It gives you more information about all domains and translated mo files loaded in the actual installation, so you can debug what's the problem with a plugin, theme, etc.
Only shows the debug info if you're logged in in the footer.
You'll have a info of all plugins loaded, textdomain used, if file is found and then the path where is the function of theme or plugin loaded. You can see the screenshots.
== Installation ==
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
== Developers ==
[Official Repository GitHub](https://github.com/closemarketing/debug-mo-translations)
== Changelog ==
= 1.3.1 =
* Fix load self translations.
* PHP Coding standards by [mayakokits](https://github.com/mayakokits).
* Updated versions of WordPress and PHP.
= 1.3 =
* Contributions from pedromendonca (Thanks!): Better output in admin and frontend (see screenshots!).
* Make translatable the plugin.
* PHP Coding standards.
* New design for the plugin.
= 1.2 =
* Contributions from pedromendonca (Thanks!): Use in_admin_footer and wp_frontend hooks instead of shutdown hook and Prepare plugin for i18n.
* MultilingualPress supported.
= 1.1 =
* Fixed Return early during AJAX requests by [Nickcernis](https://github.com/nickcernis).
= 1.0 =
* First released.
== Links ==
* [Closemarketing](https://close.marketing/)
* [Closemarketing plugins](https://profiles.wordpress.org/closemarketing/#content-plugins)
* [Pedro Mendonça](https://twitter.com/pedro_gaspar)