Debug MO Translations

描述

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.

Developers

Official Repository GitHub

Links

屏幕截图

安装

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.

评价

2022 年 2 月 2 日 1 回复
after hours of debugging, this plugin helped me find the problem
2021 年 1 月 28 日
Thank you, developers! <3 This plugin is a true time-saver. You will see the result of how the plugin works at the bottom of the page of your site.
2020 年 8 月 26 日
If you are logged in, it shows at the bottom of the page the used languages files, found or not found per each plugin. Very usefull
2020 年 2 月 20 日 1 回复
I can confirm: 5 minutes for installing, debuggin and removing. It just saved me hours. If you can’t find how it works, take a look at the end of your website’s page to find all the details about i18n.
2017 年 9 月 13 日
very useful as it prints at the bottom all the possible paths that WordPress goes through.
阅读所有9条评价

贡献者及开发者

「Debug MO Translations」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Debug MO Translations」插件已被翻译至 7 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Debug MO Translations」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.3.1

  • Fix load self translations.
  • PHP Coding standards by 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.

1.0

  • First released.