Linux 软件免费装
Banner图

Debug Bar Localization

开发者 jrf
更新时间 2016年4月30日 13:32
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.5
版权: GPLv2

标签

debugbar debug-bar Debug Bar Localization Language Translation text domain textdomain

下载

1.0 1.1

详情介绍:

Debug Bar Localization adds a new panel to the Debug Bar which displays information on the locale for your install and the language files loaded. Additionally it will show you:
Did you know ? During the creating and continued development of this plugin a - localization related - performance issue and a bug were found in WordPress itself. For each of these I've send in patches. The end-results are now in core. Want to know more ? Here they are: Trac 35439 and Trac 35442 (and related: Trac 21319 )
重要 This plugin requires the Debug Bar plugin to be installed and activated. Also note that this plugin should be used solely for debugging and/or in a development environment and is not intended for use on a production site. If you like this plugin, please rate and/or review it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the Support Forum or in the GitHub repository.

安装:

  1. Install Debug Bar if not already installed (https://wordpress.org/plugins/debug-bar/).
  2. Extract the .zip file for this plugin and upload its contents to the /wp-content/plugins/ directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.
  3. Activate the plugin through the "Plugins" menu in WordPress.
Don't use this plugin on a live site. This plugin is only intended to be used for development purposes.

屏幕截图:

  • Debug Bar Localization displaying basic statistics.
  • Debug Bar Localization displaying textdomains without a 'load call'.
  • Debug Bar Localization displaying the load textdomain calls made.

升级注意事项:

1.1
  • Upgrade recommended. WP 4.5 compatibility & some bug fixes and enhancements.
1.0
  • Initial release.

常见问题:

Can it be used on live site ?

This plugin is only meant to be used for development purposes, but shouldn't cause any issues if run on a production site.

What is internationalization ?

Internationalization is the process of developing your plugin/theme so that it can easily be translated into other languages. Ref: Plugin Handbook / Theme Handbook

What is localization ?

Localization describes the subsequent process of translating an internationalized plugin/theme. Ref: Plugin Handbook / Theme Handbook

How do I internationalize my theme/plugin ?

For plugins, see the Plugin Handbook on Internationalization. For themes, see the Theme Handbook on Internationalization.

How do I localize my theme / plugin ?

For plugins, see the Plugin Handbook on Localization. For themes, see the Theme Handbook on Localization.

Why is my load_..._textdomain() call not listed ?

There are several potential reasons for this:

  1. You might not be loading the translations correctly. See the above referenced handbook pages for more information.
  2. You might be loading your translations selectively (lean loading), only on the pages they are needed. If so, make sure you are viewing such a page to see your translation listed.
  3. You might be loading your translations too early or too late. Translations are best loaded on the (admin_)init hook. For more information see this article.
In particular take note of the following: If your textdomain is loaded before this plugin is loaded, i.e. if you load your textdomain on the PHP file load from a must-use plugin, or if your textdomain is loaded very late, i.e. after the admin bar has loaded, this plugin can not pick up on the load_..._textdomain() call.

Why won't the plugin activate ?

Have you read what it says in the beautifully red bar at the top of your plugins page ? As it says there, the Debug Bar plugin needs to be active for this plugin to work. If the Debug Bar plugin is not active, this plugin will automatically de-activate itself.

更新日志:

1.1 (2016-04-29 ) 1.0 (2016-01-13)