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 reply
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 reply
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”(이)가 6(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Debug MO Translations”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.